#FCE4EC
Material pink 50
#FCE4EC is a magenta colour. In RGB it is 252 red, 228 green and 236 blue, which converts to a hue of 340 degrees, 80% saturation and 94% lightness. It is Material pink 50 in that design system's palette.
Color values
| HEX | #FCE4EC |
|---|---|
| RGB | rgb(252, 228, 236) |
| HSL | hsl(340, 80%, 94%) |
| HSV | hsv(340, 10%, 99%) |
| CMYK | cmyk(0%, 10%, 6%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.2:1, and against black it is 17.45:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.2:1 | Fail | Fail |
| Black | 17.45:1 | AAA | AAA |
Tints and shades
Lighter tints move #FCE4EC toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FCE4EC; |
|---|---|
| CSS rgb() | color: rgb(252 228 236); |
| Tailwind | bg-[#fce4ec] |
| SwiftUI | Color(red: 0.988, green: 0.894, blue: 0.925) |
| Android | Color.parseColor("#FCE4EC") |
Closest named color
The nearest CSS colour keyword to #FCE4EC is mistyrose (#FFE4E1).