#FCFCFB color codes
- HEX
- #FCFCFB
- HEX8
- #FCFCFBFF
- HEX8 (Android)
- #FFFCFCFB
- RGB
- rgb(252, 252, 251)
- RGB (%)
- 99%, 99%, 98%
- HSL
- hsl(60, 14%, 99%)
- HSV / HSB
- hsv(60, 0%, 99%)
- CMYK
- cmyk(0%, 0%, 0%, 1%)
- OKLCH
- oklch(0.9908 0.0013 106.42)
- OKLCH (%)
- oklch(99.08% 0.0013 106.42)
- Decimal
- 16579835
What color is #FCFCFB?
#FCFCFB sits at 99% lightness and 0.0013 chroma in OKLCH, hue 106.42°. Its nearest named color is White.
Shades and tints of #FCFCFB
Tints
Shades
Tones
#FCFCFB color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #FCFCFB in CSS
.text { color: #FCFCFB; }
.background { background-color: #FCFCFB; }
.border { border: 2px solid #FCFCFB; }
/* Modern, perceptually uniform */
.text { color: oklch(0.9908 0.0013 106.42); }
/* #FCFCFB at 50% transparency */
.overlay { background-color: #FCFCFB80; }Is #FCFCFB accessible?
#FCFCFB on white text scores 1.03:1; on black text it scores 20.46:1. Black text passes WCAG AAA on #FCFCFB. Recommended text color on a #FCFCFB background: black.
A 20.46:1 vs black
A 1.03: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(#FCFCFB) → black APCA Lc experimental 104.2 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 #FCFCFB?
- #FCFCFB is closest to White. In RGB it is rgb(252, 252, 251), and in HSL hsl(60, 14%, 99%).
- What is #FCFCFB in RGB?
- #FCFCFB converts to rgb(252, 252, 251) — red 252, green 252, blue 251.
- What text color is readable on #FCFCFB?
- Black text — it has the higher contrast ratio (20.46:1) against #FCFCFB. Black text passes WCAG AAA on #FCFCFB.