#FFCCCC color codes
- HEX
- #FFCCCC
- HEX8
- #FFCCCCFF
- HEX8 (Android)
- #FFFFCCCC
- RGB
- rgb(255, 204, 204)
- RGB (%)
- 100%, 80%, 80%
- HSL
- hsl(0, 100%, 90%)
- HSV / HSB
- hsv(0, 20%, 100%)
- CMYK
- cmyk(0%, 20%, 20%, 0%)
- OKLCH
- oklch(0.8897 0.058 18.3)
- OKLCH (%)
- oklch(88.97% 0.058 18.3)
- Decimal
- 16764108
What color is #FFCCCC?
#FFCCCC sits at 89% lightness and 0.058 chroma in OKLCH, hue 18.3°. Its nearest named color is Pink.
Shades and tints of #FFCCCC
Tints
Shades
Tones
#FFCCCC color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #FFCCCC in CSS
.text { color: #FFCCCC; }
.background { background-color: #FFCCCC; }
.border { border: 2px solid #FFCCCC; }
/* Modern, perceptually uniform */
.text { color: oklch(0.8897 0.058 18.3); }
/* #FFCCCC at 50% transparency */
.overlay { background-color: #FFCCCC80; }Is #FFCCCC accessible?
#FFCCCC on white text scores 1.42:1; on black text it scores 14.76:1. Black text passes WCAG AAA on #FFCCCC. Recommended text color on a #FFCCCC background: black.
A 14.76:1 vs black
A 1.42: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(#FFCCCC) → black APCA Lc experimental 83.4 Lc · body text (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: Red #FF0000. See more in the red family on the colors hub.
Frequently asked questions
- What color is #FFCCCC?
- #FFCCCC is closest to Pink. In RGB it is rgb(255, 204, 204), and in HSL hsl(0, 100%, 90%).
- What is #FFCCCC in RGB?
- #FFCCCC converts to rgb(255, 204, 204) — red 255, green 204, blue 204.
- What text color is readable on #FFCCCC?
- Black text — it has the higher contrast ratio (14.76:1) against #FFCCCC. Black text passes WCAG AAA on #FFCCCC.