Pearl Powder
#faffed
Looking for the precise values behind Pearl Powder (#faffed)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #faffed | |
|---|---|---|
| RGB | rgb(250, 255, 237) | |
| HSL | hsl(77, 100%, 96%) | |
| CMYK | cmyk(2%, 0%, 7%, 0%) | |
| LAB | lab(99, -4, 8) | |
| OKLCH | oklch(0.99 0.024 119) |
Color harmonies
Tints & shades
Code snippets
color: #faffed;
background-color: #faffed;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAFFED)
/* Swift / UIKit */
UIColor(red: 0.98, green: 1.00, blue: 0.93, alpha: 1.0)