Pink Swirl
#fceae6
Looking for the precise values behind Pink Swirl (#fceae6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fceae6 | |
|---|---|---|
| RGB | rgb(252, 234, 230) | |
| HSL | hsl(11, 79%, 95%) | |
| CMYK | cmyk(0%, 7%, 9%, 1%) | |
| LAB | lab(94, 6, 4) | |
| OKLCH | oklch(0.95 0.02 33) |
Color harmonies
Tints & shades
Code snippets
color: #fceae6;
background-color: #fceae6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCEAE6)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.92, blue: 0.90, alpha: 1.0)