#facfce
a pale, electric red · warm · closest name: pink
RGB
250, 207, 206
HSL
1°, 82%, 89%
CMYK
0, 17, 18, 2
Luminance
0.6941
Every format
| HEX | #facfce |
| RGB | rgb(250, 207, 206) |
| HSL | hsl(1, 82%, 89%) |
| CMYK | cmyk(0%, 17%, 18%, 2%) |
| LAB | lab(86.7 14.9 6.2) |
| LCH | lch(86.7 16.2 22.5) |
| OKLCH | oklch(0.891 0.049 19.7) |
Copy-ready code
/* CSS */
color: #facfce;
background-color: #facfce;
/* Tailwind (arbitrary) */
class="text-[#facfce] bg-[#facfce]"
/* SCSS */
$brand: #facfce;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.808)
/* Android */
Color.parseColor("#facfce")Accessibility — WCAG contrast
Aa
#facfce on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facfce on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow17.6%
Key (black)2.0%
Color previews
#facfce text on a black background
contrast 14.88:1
Card sample
#facfce text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facfce;
Background color
Panel with #facfce background
background-color: #facfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facfce; background: linear-gradient(135deg, #facfce, #FAECCE);