HEX atlas value

#F0F1C6

#F0F1C6 is a warm yellow HEX color close to Canvas. According to Colors Encyclopedia, it converts to RGB 240, 241, 198, HSL 61, 61%, 86%, has luminance 0.8551, and belongs to the light group.

#F0F1C6 Sample readable text
HEX #F0F1C6
RGB rgb(240, 241, 198)
HSL hsl(61 61% 86%)
CMYK cmyk(0, 0, 18, 5)
Luminance 0.8551
Contrast Black 18.1:1White 1.16:1

CSS

--color-f0f1c6: #F0F1C6;
.background-f0f1c6 { background-color: #F0F1C6; }
.text-f0f1c6 { color: #F0F1C6; }

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.8551
Black text18.1:1AA Pass
White text1.16: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":"#F0F1C6","rgb":[240,241,198],"hsl":[61,61,86],"cmyk":[0,0,18,5],"luminance":0.8551,"contrast":{"black":18.1,"white":1.16}}
WCAG
{"AA":["#000000","#1A1A1A","#36454F"],"AAA":["#000000","#1A1A1A","#36454F"]}
Safe pairings
[{"name":"Black text","hex":"#000000","contrast":18.1,"wcagAA":true,"wcagAAA":true},{"name":"White text","hex":"#FFFFFF","contrast":1.16,"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":"#F8F9BE","hex":"#F8F9BE","family":"yellow","bestTextColor":"#000000","contrastBlack":19.29,"contrastWhite":1.09,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]},{"name":"Canvas","hex":"#F4EBD0","family":"yellow","bestTextColor":"#000000","contrastBlack":17.64,"contrastWhite":1.19,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]},{"name":"Eggshell","hex":"#F0EAD6","family":"yellow","bestTextColor":"#000000","contrastBlack":17.45,"contrastWhite":1.2,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]},{"name":"#DBF1C6","hex":"#DBF1C6","family":"green","bestTextColor":"#000000","contrastBlack":17.41,"contrastWhite":1.21,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]}]
AI context
{"semanticGroups":["warm yellow","light","light yellow","Canvas adjacent"],"useCases":["color conversion","WCAG contrast checks","CSS color tokens","light surfaces","highlight and warning systems"],"contrastSafeWith":["#000000","#1A1A1A","#36454F"],"relatedEndpoints":["https://www.colorsencyclopedia.com/api/hex/f0f1c6.json","https://www.colorsencyclopedia.com/api/hex.json","https://www.colorsencyclopedia.com/api/colors/canvas.json","https://www.colorsencyclopedia.com/api/colors/vellum.json","https://www.colorsencyclopedia.com/api/colors/parchment.json"]}
Harmonies
{"complementary":"#C6C6F1","analogous":["#F1DCC6","#DBF1C6"],"triadic":["#C6F0F1","#F1C6F0"],"tetradic":["#C6F1DC","#C6C6F1","#F1C6DB"],"splitComplementary":["#C6DBF1","#DCC6F1"],"monochromatic":["#FFFFFF","#F0F1C6","#DEDF7C"]}
Variants
{"light":"#FFFFFF","dark":"#DEDF7C","saturated":"#F8F9BE","desaturated":"#E9E9CD","pastel":"#FFFFFF","neon":"#FEFFE0"}
Nearest named colors
[{"slug":"canvas","name":"Canvas","hex":"#F4EBD0","distance":12.328828005937952},{"slug":"vellum","name":"Vellum","hex":"#EFE3C8","distance":14.177446878757825},{"slug":"parchment","name":"Parchment","hex":"#F1E9D2","distance":14.45683229480096},{"slug":"champagne","name":"Champagne","hex":"#F7E7CE","distance":14.594519519326424},{"slug":"eggshell","name":"Eggshell","hex":"#F0EAD6","distance":17.46424919657298}]

HEX meaning and use

About #F0F1C6

#F0F1C6 is classified as a warm yellow value with light visual character. #F0F1C6 is visually closest to Canvas, a named yellow color with HEX #F4EBD0.

The RGB channels are 240, 241, and 198, with green carrying the strongest channel weight. In HSL, the hue is 61deg with 61% saturation and 86% lightness, so this page treats it as a moderate-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 light surfaces. Its luminance is 0.8551, black text provides the stronger contrast for readable interface or documentation use, and Its nearest named-color distance is 12.33, which helps separate this atlas value from adjacent named color records.

WCAG Accessibility

Black text18.1:1AA Pass
White text1.16:1AA Fail

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

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

Accessibility-Safe Pairings and Alternatives

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

Black text#00000018.1:1 · AAA
White text#FFFFFF1.16:1 · Fail

Accessible Alternatives

White#000000 text · best 21:1#FFFFFF
#F8F9BE#000000 text · best 19.29:1#F8F9BE
Canvas#000000 text · best 17.64:1#F4EBD0
Eggshell#000000 text · best 17.45:1#F0EAD6
#DBF1C6#000000 text · best 17.41:1#DBF1C6

Generated Palette

#F0F1C6#F0F1C6
#C6C6F1#C6C6F1
#F1DCC6#F1DCC6
#DBF1C6#DBF1C6
White#FFFFFF
#DEDF7C#DEDF7C

Color Harmonies

#C6C6F1#C6C6F1
#F1DCC6#F1DCC6
#DBF1C6#DBF1C6
#C6F0F1#C6F0F1
#F1C6F0#F1C6F0

Variants

White#FFFFFF
#DEDF7C#DEDF7C
#F8F9BE#F8F9BE
#E9E9CD#E9E9CD
White#FFFFFF
#FEFFE0#FEFFE0

Nearest Named Colors