#facecc
a pale, electric red · warm · closest name: pink
RGB
250, 206, 204
HSL
3°, 82%, 89%
CMYK
0, 18, 18, 2
Luminance
0.6883
Every format
| HEX | #facecc |
| RGB | rgb(250, 206, 204) |
| HSL | hsl(3, 82%, 89%) |
| CMYK | cmyk(0%, 18%, 18%, 2%) |
| LAB | lab(86.4 15.2 6.8) |
| LCH | lch(86.4 16.6 24.2) |
| OKLCH | oklch(0.889 0.050 21.2) |
Copy-ready code
/* CSS */
color: #facecc;
background-color: #facecc;
/* Tailwind (arbitrary) */
class="text-[#facecc] bg-[#facecc]"
/* SCSS */
$brand: #facecc;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.800)
/* Android */
Color.parseColor("#facecc")Accessibility — WCAG contrast
Aa
#facecc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facecc on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow18.4%
Key (black)2.0%
Color previews
#facecc text on a black background
contrast 14.77:1
Card sample
#facecc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facecc;
Background color
Panel with #facecc background
background-color: #facecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facecc; background: linear-gradient(135deg, #facecc, #FAEDCC);