In the Pink
#f4c4d0
In the Pink, represented by the hex value #f4c4d0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f4c4d0 | |
|---|---|---|
| RGB | rgb(244, 196, 208) | |
| HSL | hsl(345, 69%, 86%) | |
| CMYK | cmyk(0%, 20%, 15%, 4%) | |
| LAB | lab(84, 19, 1) | |
| OKLCH | oklch(0.87 0.057 2) |
Color harmonies
Tints & shades
Code snippets
color: #f4c4d0;
background-color: #f4c4d0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4C4D0)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.77, blue: 0.82, alpha: 1.0)