Love Fumes
#fdd0d5
Love Fumes, represented by the hex value #fdd0d5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fdd0d5 | |
|---|---|---|
| RGB | rgb(253, 208, 213) | |
| HSL | hsl(353, 92%, 90%) | |
| CMYK | cmyk(0%, 18%, 16%, 1%) | |
| LAB | lab(88, 17, 4) | |
| OKLCH | oklch(0.9 0.051 11) |
Color harmonies
Tints & shades
Code snippets
color: #fdd0d5;
background-color: #fdd0d5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDD0D5)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.82, blue: 0.84, alpha: 1.0)