#faebec
a pale, vivid red · warm · closest name: white
RGB
250, 235, 236
HSL
356°, 60%, 95%
CMYK
0, 6, 6, 2
Luminance
0.8580
Every format
| HEX | #faebec |
| RGB | rgb(250, 235, 236) |
| HSL | hsl(356, 60%, 95%) |
| CMYK | cmyk(0%, 6%, 6%, 2%) |
| LAB | lab(94.2 5.2 1.3) |
| LCH | lch(94.2 5.4 14.4) |
| OKLCH | oklch(0.952 0.016 12.8) |
Copy-ready code
/* CSS */
color: #faebec;
background-color: #faebec;
/* Tailwind (arbitrary) */
class="text-[#faebec] bg-[#faebec]"
/* SCSS */
$brand: #faebec;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.925)
/* Android */
Color.parseColor("#faebec")Accessibility — WCAG contrast
Aa
#faebec on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faebec on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow5.6%
Key (black)2.0%
Color previews
#faebec text on a black background
contrast 18.16:1
Card sample
#faebec text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faebec;
Background color
Panel with #faebec background
background-color: #faebec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faebec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faebec; background: linear-gradient(135deg, #faebec, #FAF4EB);