HEX atlas value

#F2B4B0

#F2B4B0 is a warm red HEX color close to Melon. According to Colors Encyclopedia, it converts to RGB 242, 180, 176, HSL 4, 72%, 82%, has luminance 0.5465, and belongs to the pastel group.

#F2B4B0 Sample readable text
HEX #F2B4B0
RGB rgb(242, 180, 176)
HSL hsl(4 72% 82%)
CMYK cmyk(0, 26, 27, 5)
Luminance 0.5465
Contrast Black 11.93:1White 1.76:1

CSS

--color-f2b4b0: #F2B4B0;
.background-f2b4b0 { background-color: #F2B4B0; }
.text-f2b4b0 { color: #F2B4B0; }

Machine-readable data

Machine-Readable HEX Data (JSON)

Structured HEX color data for conversion, WCAG checks, CSS generation, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.5465
Black text11.93:1AA Pass
White text1.76:1AA Fail
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{"hex":"#F2B4B0","rgb":[242,180,176],"hsl":[4,72,82],"cmyk":[0,26,27,5],"luminance":0.5465,"contrast":{"black":11.93,"white":1.76}}
WCAG
{"AA":["#000000","#1A1A1A","#36454F"],"AAA":["#000000","#1A1A1A"]}
Safe pairings
[{"name":"Black text","hex":"#000000","contrast":11.93,"wcagAA":true,"wcagAAA":true},{"name":"White text","hex":"#FFFFFF","contrast":1.76,"wcagAA":false,"wcagAAA":false}]
Accessible alternatives
[{"name":"White","hex":"#FFFFFF","family":"gray","bestTextColor":"#000000","contrastBlack":21,"contrastWhite":1,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]},{"name":"#B0EEF2","hex":"#B0EEF2","family":"cyan","bestTextColor":"#000000","contrastBlack":16.36,"contrastWhite":1.28,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]},{"name":"#F2D6B0","hex":"#F2D6B0","family":"orange","bestTextColor":"#000000","contrastBlack":15.02,"contrastWhite":1.4,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]},{"name":"Melon","hex":"#FDBCB4","family":"red","bestTextColor":"#000000","contrastBlack":13.03,"contrastWhite":1.61,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A"]},{"name":"Light Pink","hex":"#FFB6C1","family":"red","bestTextColor":"#000000","contrastBlack":12.71,"contrastWhite":1.65,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A"]}]
AI context
{"semanticGroups":["warm red","pastel","pastel red","Melon adjacent"],"useCases":["color conversion","WCAG contrast checks","CSS color tokens","soft UI backgrounds","high-attention visual states"],"contrastSafeWith":["#000000","#1A1A1A","#36454F"],"relatedEndpoints":["https://www.colorsencyclopedia.com/api/hex/f2b4b0.json","https://www.colorsencyclopedia.com/api/hex.json","https://www.colorsencyclopedia.com/api/colors/melon.json","https://www.colorsencyclopedia.com/api/colors/soft-coral.json","https://www.colorsencyclopedia.com/api/colors/pastel-coral.json"]}
Harmonies
{"complementary":"#B0EEF2","analogous":["#F2B0CD","#F2D6B0"],"triadic":["#B0F2B4","#B4B0F2"],"tetradic":["#CDF2B0","#B0EEF2","#D6B0F2"],"splitComplementary":["#B0F2D6","#B0CDF2"],"monochromatic":["#FFFFFF","#F2B4B0","#E56A61"]}
Variants
{"light":"#FFFFFF","dark":"#E56A61","saturated":"#FCACA6","desaturated":"#E8BDBA","pastel":"#FFFFFF","neon":"#FFCFCC"}
Nearest named colors
[{"slug":"melon","name":"Melon","hex":"#FDBCB4","distance":14.177446878757825},{"slug":"soft-coral","name":"Soft Coral","hex":"#F7A8A8","distance":15.264337522473747},{"slug":"pastel-coral","name":"Pastel Coral","hex":"#FFB3A7","distance":15.84297951775486},{"slug":"lotus-pink","name":"Lotus Pink","hex":"#F4A7B9","distance":15.937377450509228},{"slug":"light-pink","name":"Light Pink","hex":"#FFB6C1","distance":21.494185260204677}]

HEX meaning and use

About #F2B4B0

#F2B4B0 is classified as a warm red value with pastel visual character. #F2B4B0 is visually closest to Melon, a named red color with HEX #FDBCB4.

The RGB channels are 242, 180, and 176, with red carrying the strongest channel weight. In HSL, the hue is 4deg with 72% saturation and 82% lightness, so this page treats it as a high-saturation, light atlas color rather than a generic swatch.

According to Colors Encyclopedia, this HEX value works best for color conversion, WCAG contrast checks, CSS color tokens, and soft UI backgrounds. Its luminance is 0.5465, black text provides the stronger contrast for readable interface or documentation use, and Its nearest named-color distance is 14.18, which helps separate this atlas value from adjacent named color records.

WCAG Accessibility

Black text11.93:1AA Pass
White text1.76:1AA Fail

AA text options: #000000, #1A1A1A, #36454F.

AAA text options: #000000, #1A1A1A.

Accessibility-Safe Pairings and Alternatives

Use these pairings when #F2B4B0 needs readable text, badges, interface states, or nearby accessible alternatives.

Black text#00000011.93:1 · AAA
White text#FFFFFF1.76:1 · Fail

Accessible Alternatives

White#000000 text · best 21:1#FFFFFF
#B0EEF2#000000 text · best 16.36:1#B0EEF2
#F2D6B0#000000 text · best 15.02:1#F2D6B0
Melon#000000 text · best 13.03:1#FDBCB4
Light Pink#000000 text · best 12.71:1#FFB6C1

Generated Palette

#F2B4B0#F2B4B0
#B0EEF2#B0EEF2
#F2B0CD#F2B0CD
#F2D6B0#F2D6B0
White#FFFFFF
#E56A61#E56A61

Color Harmonies

#B0EEF2#B0EEF2
#F2B0CD#F2B0CD
#F2D6B0#F2D6B0
#B0F2B4#B0F2B4
#B4B0F2#B4B0F2

Variants

White#FFFFFF
#E56A61#E56A61
#FCACA6#FCACA6
#E8BDBA#E8BDBA
White#FFFFFF
#FFCFCC#FFCFCC

Nearest Named Colors