Oh so Pink
#f1c7d0
Oh so Pink, represented by the hex value #f1c7d0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f1c7d0 | |
|---|---|---|
| RGB | rgb(241, 199, 208) | |
| HSL | hsl(347, 60%, 86%) | |
| CMYK | cmyk(0%, 17%, 14%, 5%) | |
| LAB | lab(84, 16, 1) | |
| OKLCH | oklch(0.87 0.049 4) |
Color harmonies
Tints & shades
Code snippets
color: #f1c7d0;
background-color: #f1c7d0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1C7D0)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.78, blue: 0.82, alpha: 1.0)