#FFFACD color codes
- HEX
- #FFFACD
- HEX8
- #FFFACDFF
- HEX8 (Android)
- #FFFFFACD
- RGB
- rgb(255, 250, 205)
- RGB (%)
- 100%, 98%, 80%
- HSL
- hsl(54, 100%, 90%)
- HSV / HSB
- hsv(54, 20%, 100%)
- CMYK
- cmyk(0%, 2%, 20%, 0%)
- OKLCH
- oklch(0.9778 0.0582 102.16)
- OKLCH (%)
- oklch(97.78% 0.0582 102.16)
- Decimal
- 16775885
What color is #FFFACD?
#FFFACD sits at 98% lightness and 0.0582 chroma in OKLCH, hue 102.16°. Its nearest named color is LemonChiffon (an exact match).
Shades and tints of #FFFACD
Tints
Shades
Tones
#FFFACD color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #FFFACD in CSS
.text { color: #FFFACD; }
.background { background-color: #FFFACD; }
.border { border: 2px solid #FFFACD; }
/* Modern, perceptually uniform */
.text { color: oklch(0.9778 0.0582 102.16); }
/* #FFFACD at 50% transparency */
.overlay { background-color: #FFFACD80; }Is #FFFACD accessible?
#FFFACD on white text scores 1.06:1; on black text it scores 19.81:1. Black text passes WCAG AAA on #FFFACD. Recommended text color on a #FFFACD background: black.
A 19.81:1 vs black
A 1.06: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(#FFFACD) → black APCA Lc experimental 102 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: Gold #FFD700. See more in the yellow family on the colors hub.
Frequently asked questions
- What color is #FFFACD?
- #FFFACD is LemonChiffon. In RGB it is rgb(255, 250, 205), and in HSL hsl(54, 100%, 90%).
- What is #FFFACD in RGB?
- #FFFACD converts to rgb(255, 250, 205) — red 255, green 250, blue 205.
- What text color is readable on #FFFACD?
- Black text — it has the higher contrast ratio (19.81:1) against #FFFACD. Black text passes WCAG AAA on #FFFACD.