Veiled Rose
#f7cdc8
Veiled Rose, represented by the hex value #f7cdc8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f7cdc8 | |
|---|---|---|
| RGB | rgb(247, 205, 200) | |
| HSL | hsl(6, 75%, 88%) | |
| CMYK | cmyk(0%, 17%, 19%, 3%) | |
| LAB | lab(86, 15, 8) | |
| OKLCH | oklch(0.88 0.048 26) |
Color harmonies
Tints & shades
Code snippets
color: #f7cdc8;
background-color: #f7cdc8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7CDC8)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.80, blue: 0.78, alpha: 1.0)