#FFF0F5 color codes
- HEX
- #FFF0F5
- HEX8
- #FFF0F5FF
- HEX8 (Android)
- #FFFFF0F5
- RGB
- rgb(255, 240, 245)
- RGB (%)
- 100%, 94%, 96%
- HSL
- hsl(340, 100%, 97%)
- HSV / HSB
- hsv(340, 6%, 100%)
- CMYK
- cmyk(0%, 6%, 4%, 0%)
- OKLCH
- oklch(0.9683 0.0174 355.1)
- OKLCH (%)
- oklch(96.83% 0.0174 355.1)
- Decimal
- 16773365
What color is #FFF0F5?
#FFF0F5 sits at 97% lightness and 0.0174 chroma in OKLCH, hue 355.1°. Its nearest named color is LavenderBlush (an exact match).
Shades and tints of #FFF0F5
Tints
Shades
Tones
#FFF0F5 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #FFF0F5 in CSS
.text { color: #FFF0F5; }
.background { background-color: #FFF0F5; }
.border { border: 2px solid #FFF0F5; }
/* Modern, perceptually uniform */
.text { color: oklch(0.9683 0.0174 355.1); }
/* #FFF0F5 at 50% transparency */
.overlay { background-color: #FFF0F580; }Is #FFF0F5 accessible?
#FFF0F5 on white text scores 1.10:1; on black text it scores 19.03:1. Black text passes WCAG AAA on #FFF0F5. Recommended text color on a #FFF0F5 background: black.
A 19.03:1 vs black
A 1.1:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#FFF0F5) → black APCA Lc experimental 99.3 Lc · body text — preferred (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: White #FFFFFF. See more in the white family on the colors hub.
Frequently asked questions
- What color is #FFF0F5?
- #FFF0F5 is LavenderBlush. In RGB it is rgb(255, 240, 245), and in HSL hsl(340, 100%, 97%).
- What is #FFF0F5 in RGB?
- #FFF0F5 converts to rgb(255, 240, 245) — red 255, green 240, blue 245.
- What text color is readable on #FFF0F5?
- Black text — it has the higher contrast ratio (19.03:1) against #FFF0F5. Black text passes WCAG AAA on #FFF0F5.