Pink Parfait
#faddd5
Here's everything about the color Pink Parfait (#faddd5) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #faddd5 | |
|---|---|---|
| RGB | rgb(250, 221, 213) | |
| HSL | hsl(13, 79%, 91%) | |
| CMYK | cmyk(0%, 12%, 15%, 2%) | |
| LAB | lab(90, 9, 8) | |
| OKLCH | oklch(0.92 0.034 36) |
Color harmonies
Tints & shades
Code snippets
color: #faddd5;
background-color: #faddd5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFADDD5)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.87, blue: 0.84, alpha: 1.0)