Gentle Caress
#fcd7ba
Gentle Caress, represented by the hex value #fcd7ba, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fcd7ba | |
|---|---|---|
| RGB | rgb(252, 215, 186) | |
| HSL | hsl(26, 92%, 86%) | |
| CMYK | cmyk(0%, 15%, 26%, 1%) | |
| LAB | lab(89, 10, 19) | |
| OKLCH | oklch(0.9 0.057 60) |
Color harmonies
Tints & shades
Code snippets
color: #fcd7ba;
background-color: #fcd7ba;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCD7BA)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.84, blue: 0.73, alpha: 1.0)