Hint of Pink
#f1e4e1
Looking for the precise values behind Hint of Pink (#f1e4e1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f1e4e1 | |
|---|---|---|
| RGB | rgb(241, 228, 225) | |
| HSL | hsl(11, 36%, 91%) | |
| CMYK | cmyk(0%, 5%, 7%, 5%) | |
| LAB | lab(92, 4, 3) | |
| OKLCH | oklch(0.93 0.015 33) |
Color harmonies
Tints & shades
Code snippets
color: #f1e4e1;
background-color: #f1e4e1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1E4E1)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.89, blue: 0.88, alpha: 1.0)