HEX atlas value

#FFF0F5

#FFF0F5 is a warm pink HEX color close to Lavender Blush. According to Colors Encyclopedia, it converts to RGB 255, 240, 245, HSL 340, 100%, 97%, has luminance 0.9017, and belongs to the light and pastel groups.

#FFF0F5 Sample readable text
HEX #FFF0F5
RGB rgb(255, 240, 245)
HSL hsl(340 100% 97%)
CMYK cmyk(0, 6, 4, 0)
Luminance 0.9017
Contrast Black 19.03:1White 1.1:1

CSS

--color-fff0f5: #FFF0F5;
.background-fff0f5 { background-color: #FFF0F5; }
.text-fff0f5 { color: #FFF0F5; }

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.9017
Black text19.03:1AA Pass
White text1.1: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":"#FFF0F5","rgb":[255,240,245],"hsl":[340,100,97],"cmyk":[0,6,4,0],"luminance":0.9017,"contrast":{"black":19.03,"white":1.1}}
WCAG
{"AA":["#000000","#1A1A1A","#36454F"],"AAA":["#000000","#1A1A1A","#36454F"]}
Safe pairings
[{"name":"Black text","hex":"#000000","contrast":19.03,"wcagAA":true,"wcagAAA":true},{"name":"White text","hex":"#FFFFFF","contrast":1.1,"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":"#F0FFFA","hex":"#F0FFFA","family":"green","bestTextColor":"#000000","contrastBlack":20.39,"contrastWhite":1.03,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]},{"name":"Floral White","hex":"#FFFAF0","family":"orange","bestTextColor":"#000000","contrastBlack":20.18,"contrastWhite":1.04,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]},{"name":"Powder Coat White","hex":"#F8F8F2","family":"yellow","bestTextColor":"#000000","contrastBlack":19.7,"contrastWhite":1.07,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]},{"name":"Sea Shell","hex":"#FFF5EE","family":"orange","bestTextColor":"#000000","contrastBlack":19.55,"contrastWhite":1.07,"wcagAA":["#000000","#1A1A1A","#36454F"],"wcagAAA":["#000000","#1A1A1A","#36454F"]}]
AI context
{"semanticGroups":["warm pink","light","pastel","light pink","pastel pink","Lavender Blush 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/fff0f5.json","https://www.colorsencyclopedia.com/api/hex.json","https://www.colorsencyclopedia.com/api/colors/lavender-blush.json","https://www.colorsencyclopedia.com/api/colors/sea-shell.json","https://www.colorsencyclopedia.com/api/colors/paper-white.json"]}
Harmonies
{"complementary":"#F0FFFA","analogous":["#FFF0FC","#FFF2F0"],"triadic":["#F5FFF0","#F0F5FF"],"tetradic":["#FCFFF0","#F0FFFA","#F2F0FF"],"splitComplementary":["#F0FFF2","#F0FCFF"],"monochromatic":["#FFFFFF","#FFF0F5","#FF94B8"]}
Variants
{"light":"#FFFFFF","dark":"#FF94B8","saturated":"#FFF0F5","desaturated":"#FDF1F5","pastel":"#FFFFFF","neon":"#FFFFFF"}
Nearest named colors
[{"slug":"lavender-blush","name":"Lavender Blush","hex":"#FFF0F5","distance":0},{"slug":"sea-shell","name":"Sea Shell","hex":"#FFF5EE","distance":8.602325267042627},{"slug":"paper-white","name":"Paper White","hex":"#F7F7F2","distance":11.045361017187261},{"slug":"powder-coat-white","name":"Powder Coat White","hex":"#F8F8F2","distance":11.045361017187261},{"slug":"floral-white","name":"Floral White","hex":"#FFFAF0","distance":11.180339887498949}]

HEX meaning and use

About #FFF0F5

#FFF0F5 is classified as a warm pink value with light and pastel visual character. #FFF0F5 is visually closest to Lavender Blush, a named pink color with HEX #FFF0F5.

The RGB channels are 255, 240, and 245, with red carrying the strongest channel weight. In HSL, the hue is 340deg with 100% saturation and 97% 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.9017, black text provides the stronger contrast for readable interface or documentation use, and Its nearest named-color distance is 0.00, which helps separate this atlas value from adjacent named color records.

WCAG Accessibility

Black text19.03:1AA Pass
White text1.1:1AA Fail

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

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

Accessibility-Safe Pairings and Alternatives

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

Black text#00000019.03:1 · AAA
White text#FFFFFF1.1:1 · Fail

Accessible Alternatives

White#000000 text · best 21:1#FFFFFF
#F0FFFA#000000 text · best 20.39:1#F0FFFA
Floral White#000000 text · best 20.18:1#FFFAF0
Powder Coat White#000000 text · best 19.7:1#F8F8F2
Sea Shell#000000 text · best 19.55:1#FFF5EE

Generated Palette

Lavender Blush#FFF0F5
#F0FFFA#F0FFFA
#FFF0FC#FFF0FC
#FFF2F0#FFF2F0
White#FFFFFF
#FF94B8#FF94B8

Color Harmonies

#F0FFFA#F0FFFA
#FFF0FC#FFF0FC
#FFF2F0#FFF2F0
#F5FFF0#F5FFF0
#F0F5FF#F0F5FF

Variants

White#FFFFFF
#FF94B8#FF94B8
Lavender Blush#FFF0F5
#FDF1F5#FDF1F5
White#FFFFFF
White#FFFFFF

Nearest Named Colors