Icy Pink
#f5ced8
Icy Pink is a color with the hex code #f5ced8. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f5ced8 | |
|---|---|---|
| RGB | rgb(245, 206, 216) | |
| HSL | hsl(345, 66%, 88%) | |
| CMYK | cmyk(0%, 16%, 12%, 4%) | |
| LAB | lab(86, 15, 0) | |
| OKLCH | oklch(0.89 0.046 1) |
Color harmonies
Tints & shades
Code snippets
color: #f5ced8;
background-color: #f5ced8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5CED8)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.81, blue: 0.85, alpha: 1.0)