#FFFAFA color codes
- HEX
- #FFFAFA
- HEX8
- #FFFAFAFF
- HEX8 (Android)
- #FFFFFAFA
- RGB
- rgb(255, 250, 250)
- RGB (%)
- 100%, 98%, 98%
- HSL
- hsl(0, 100%, 99%)
- HSV / HSB
- hsv(0, 2%, 100%)
- CMYK
- cmyk(0%, 2%, 2%, 0%)
- OKLCH
- oklch(0.9889 0.0053 17.25)
- OKLCH (%)
- oklch(98.89% 0.0053 17.25)
- Decimal
- 16775930
What color is #FFFAFA?
#FFFAFA sits at 99% lightness and 0.0053 chroma in OKLCH, hue 17.25°. Its nearest named color is Snow (an exact match).
Shades and tints of #FFFAFA
Tints
Shades
Tones
#FFFAFA color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #FFFAFA in CSS
.text { color: #FFFAFA; }
.background { background-color: #FFFAFA; }
.border { border: 2px solid #FFFAFA; }
/* Modern, perceptually uniform */
.text { color: oklch(0.9889 0.0053 17.25); }
/* #FFFAFA at 50% transparency */
.overlay { background-color: #FFFAFA80; }Is #FFFAFA accessible?
#FFFAFA on white text scores 1.03:1; on black text it scores 20.31:1. Black text passes WCAG AAA on #FFFAFA. Recommended text color on a #FFFAFA background: black.
A 20.31: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(#FFFAFA) → black APCA Lc experimental 103.7 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 #FFFAFA?
- #FFFAFA is Snow. In RGB it is rgb(255, 250, 250), and in HSL hsl(0, 100%, 99%).
- What is #FFFAFA in RGB?
- #FFFAFA converts to rgb(255, 250, 250) — red 255, green 250, blue 250.
- What text color is readable on #FFFAFA?
- Black text — it has the higher contrast ratio (20.31:1) against #FFFAFA. Black text passes WCAG AAA on #FFFAFA.