Petal Pink
#f4e5e0
Petal Pink is a color with the hex code #f4e5e0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f4e5e0 | |
|---|---|---|
| RGB | rgb(244, 229, 224) | |
| HSL | hsl(15, 48%, 92%) | |
| CMYK | cmyk(0%, 6%, 8%, 4%) | |
| LAB | lab(92, 5, 4) | |
| OKLCH | oklch(0.93 0.018 39) |
Color harmonies
Tints & shades
Code snippets
color: #f4e5e0;
background-color: #f4e5e0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4E5E0)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.90, blue: 0.88, alpha: 1.0)