#FFFAF0
floralwhite
#FFFAF0 is the CSS named color "floralwhite", an exact match. In RGB it breaks down to red 255, green 250, and blue 240 out of 255 each. In HSL terms that's a hue of 40°, 100% saturation, and 97% lightness: very light, close to white — it works best as a background with dark text on top, not as text on a light page.
Every format
| HEX | #fffaf0 |
| RGB | rgb(255, 250, 240) |
| HSL | hsl(40° 100% 97%) |
| HSB | hsb(40° 6% 100%) |
| OKLCH | oklch(99% 0.014 85°) |
| OKLAB | oklab(99% 0.001 0.014) |
| LCH | lch(98% 5.5 85°) |
| CMYK | cmyk(0% 2% 6% 0%) |
Shades (darker)
#fffaf0 · #e5e0d6 · #cbc6bd · #b2ada4 · #99958c
Tints (lighter)
#fffaf0 · #fffaf0 · #fffbf1 · #fffbf1 · #fffcf2
Shades mix #FFFAF0 toward black in even steps, useful for hover and pressed states in a UI; tints mix it toward white, useful for subtle backgrounds and disabled states that still read as the same color family.
On white: 1.04:1 — fails
On black: 20.18:1 — AAA
Frequently asked
- What is #FFFAF0 in RGB?
- #FFFAF0 is rgb(255, 250, 240) — red 255, green 250, blue 240 out of 255 each.
- Does #FFFAF0 pass WCAG contrast on a white background?
- It has a contrast ratio of 1.04:1 against white, which fails for normal text.
- What's a good background color to pair with #FFFAF0?
- Black text or a black background gives better contrast (20.18:1) than white (1.04:1).