Pretty in Pink
#fabfe4
Looking for the precise values behind Pretty in Pink (#fabfe4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fabfe4 | |
|---|---|---|
| RGB | rgb(250, 191, 228) | |
| HSL | hsl(322, 86%, 86%) | |
| CMYK | cmyk(0%, 24%, 9%, 2%) | |
| LAB | lab(84, 26, -10) | |
| OKLCH | oklch(0.87 0.082 341) |
Color harmonies
Tints & shades
Code snippets
color: #fabfe4;
background-color: #fabfe4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFABFE4)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.75, blue: 0.89, alpha: 1.0)