HEX atlas value

#FBEAD0

#FBEAD0 is a warm orange HEX color close to Blanched Almond. According to Colors Encyclopedia, it converts to RGB 251, 234, 208, HSL 36, 84%, 90%, has luminance 0.8391, and belongs to the light and pastel groups.

#FBEAD0 Sample readable text
HEX #FBEAD0
RGB rgb(251, 234, 208)
HSL hsl(36 84% 90%)
CMYK cmyk(0, 7, 17, 2)
Luminance 0.8391
Contrast Black 17.78:1White 1.18:1

CSS

--color-fbead0: #FBEAD0;
.background-fbead0 { background-color: #FBEAD0; }
.text-fbead0 { color: #FBEAD0; }

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.8391
Black text17.78:1AA Pass
White text1.18: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":"#FBEAD0","rgb":[251,234,208],"hsl":[36,84,90],"cmyk":[0,7,17,2],"luminance":0.8391,"contrast":{"black":17.78,"white":1.18}}
WCAG
{"AA":["#000000","#1A1A1A","#36454F"],"AAA":["#000000","#1A1A1A","#36454F"]}
Safe pairings
[{"name":"Black text","hex":"#000000","contrast":17.78,"wcagAA":true,"wcagAAA":true},{"name":"White text","hex":"#FFFFFF","contrast":1.18,"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":"#F7FBD0","hex":"#F7FBD0","family":"yellow","bestTextColor":"#000000","contrastBlack":19.66,"contrastWhite":1.07,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]},{"name":"Papaya Whip","hex":"#FFEFD5","family":"orange","bestTextColor":"#000000","contrastBlack":18.56,"contrastWhite":1.13,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]},{"name":"Blanched Almond","hex":"#FFEBCD","family":"orange","bestTextColor":"#000000","contrastBlack":18.02,"contrastWhite":1.17,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]},{"name":"#FFEBCC","hex":"#FFEBCC","family":"orange","bestTextColor":"#000000","contrastBlack":18.01,"contrastWhite":1.17,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]}]
AI context
{"semanticGroups":["warm orange","light","pastel","light orange","pastel orange","Blanched Almond adjacent"],"useCases":["color conversion","WCAG contrast checks","CSS color tokens","soft UI backgrounds","light surfaces"],"contrastSafeWith":["#000000","#1A1A1A","#36454F"],"relatedEndpoints":["https://www.colorsencyclopedia.com/api/hex/fbead0.json","https://www.colorsencyclopedia.com/api/hex.json","https://www.colorsencyclopedia.com/api/colors/blanched-almond.json","https://www.colorsencyclopedia.com/api/colors/champagne.json","https://www.colorsencyclopedia.com/api/colors/canvas.json"]}
Harmonies
{"complementary":"#D0E1FB","analogous":["#FBD4D0","#F7FBD0"],"triadic":["#D0FBEA","#EAD0FB"],"tetradic":["#D0FBD4","#D0E1FB","#FBD0F7"],"splitComplementary":["#D0F7FB","#D4D0FB"],"monochromatic":["#FFFFFF","#FBEAD0","#F4C47C"]}
Variants
{"light":"#FFFFFF","dark":"#F4C47C","saturated":"#FFEBCC","desaturated":"#F5E9D6","pastel":"#FFFFFF","neon":"#FFFBF5"}
Nearest named colors
[{"slug":"blanched-almond","name":"Blanched Almond","hex":"#FFEBCD","distance":5.0990195135927845},{"slug":"champagne","name":"Champagne","hex":"#F7E7CE","distance":5.385164807134504},{"slug":"canvas","name":"Canvas","hex":"#F4EBD0","distance":7.0710678118654755},{"slug":"antique-white","name":"Antique White","hex":"#FAEBD7","distance":7.14142842854285},{"slug":"papaya-whip","name":"Papaya Whip","hex":"#FFEFD5","distance":8.12403840463596}]

HEX meaning and use

About #FBEAD0

#FBEAD0 is classified as a warm orange value with light and pastel visual character. #FBEAD0 is visually closest to Blanched Almond, a named orange color with HEX #FFEBCD.

The RGB channels are 251, 234, and 208, with red carrying the strongest channel weight. In HSL, the hue is 36deg with 84% saturation and 90% 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.8391, black text provides the stronger contrast for readable interface or documentation use, and Its nearest named-color distance is 5.10, which helps separate this atlas value from adjacent named color records.

WCAG Accessibility

Black text17.78:1AA Pass
White text1.18:1AA Fail

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

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

Accessibility-Safe Pairings and Alternatives

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

Black text#00000017.78:1 · AAA
White text#FFFFFF1.18:1 · Fail

Accessible Alternatives

White#000000 text · best 21:1#FFFFFF
#F7FBD0#000000 text · best 19.66:1#F7FBD0
Papaya Whip#000000 text · best 18.56:1#FFEFD5
Blanched Almond#000000 text · best 18.02:1#FFEBCD
#FFEBCC#000000 text · best 18.01:1#FFEBCC

Generated Palette

#FBEAD0#FBEAD0
#D0E1FB#D0E1FB
#FBD4D0#FBD4D0
#F7FBD0#F7FBD0
White#FFFFFF
#F4C47C#F4C47C

Color Harmonies

#D0E1FB#D0E1FB
#FBD4D0#FBD4D0
#F7FBD0#F7FBD0
#D0FBEA#D0FBEA
#EAD0FB#EAD0FB

Variants

White#FFFFFF
#F4C47C#F4C47C
#FFEBCC#FFEBCC
#F5E9D6#F5E9D6
White#FFFFFF
#FFFBF5#FFFBF5

Nearest Named Colors