Smidgen of Love
#f0ccd9
Smidgen of Love, represented by the hex value #f0ccd9, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f0ccd9 | |
|---|---|---|
| RGB | rgb(240, 204, 217) | |
| HSL | hsl(338, 55%, 87%) | |
| CMYK | cmyk(0%, 15%, 10%, 6%) | |
| LAB | lab(85, 15, -2) | |
| OKLCH | oklch(0.88 0.044 354) |
Color harmonies
Tints & shades
Code snippets
color: #f0ccd9;
background-color: #f0ccd9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0CCD9)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.80, blue: 0.85, alpha: 1.0)