Fairy Floss
#ebc9c6
Looking for the precise values behind Fairy Floss (#ebc9c6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ebc9c6 | |
|---|---|---|
| RGB | rgb(235, 201, 198) | |
| HSL | hsl(5, 48%, 85%) | |
| CMYK | cmyk(0%, 14%, 16%, 8%) | |
| LAB | lab(84, 12, 6) | |
| OKLCH | oklch(0.86 0.039 24) |
Color harmonies
Tints & shades
Code snippets
color: #ebc9c6;
background-color: #ebc9c6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBC9C6)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.79, blue: 0.78, alpha: 1.0)