Shades of Cinderella #FDD3C9
Tints of Cinderella #FDD3C9
RGB
CMYK
RGB Variations
Color information
#FDD3C9 (or 0xFDD3C9) is known color: Cinderella. HEX triplet: FD, D3 and C9. RGB value is (253,211,201). Sum of RGB (Red+Green+Blue) = 253+211+201=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 201 (78.91% from 255 or 30.23% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3C9 is #022C36. Grayscale: #DEDEDE. Windows color (decimal): -142391 or 13227005. OLE color: 13227005.
HSL color Cylindrical-coordinate representation of color #FDD3C9: hue angle of 11.54º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDD3C9 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 201 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.01 |
| HSL | 11.54º | 0.93% | 0.89% | - |
| HSV(B) | 11.54º | 0.21% | 0.99% | - |
| XYZ | 74.34 | 71.69 | 65.18 | - |
| YUV | 222.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 201 | 0 | 0.17 | 0.21 | 0.01 | 11.54 | 0.93 | 0.89 |
| Hex | FD | D3 | C9 | 0 | 11 | 15 | 1 | C | 5D | 59 |
| Octal | 375 | 323 | 311 | 0 | 21 | 25 | 1 | 14 | 135 | 131 |
| Binary | 11111101 | 11010011 | 11001001 | 0 | 10001 | 10101 | 1 | 1100 | 1011101 | 1011001 |
Color Harmonies of #FDD3C9
Complementary color
Monochromatic Colors of #FDD3C9
Black with #FDD3C9
Text Example
Text Example
White with #FDD3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3C9; }
p { color: rgb(253,211,201); }
H1.HeaderClassName
{
color: #FDD3C9;
}
.AnyTagClassName
{
color: #FDD3C9;
}
</style>
background-color css
<style>
a { background-color: #FDD3C9; }
a { background-color: rgb(253,211,201); }
div.DivClassName
{
background-color: #FDD3C9;
}
.BgClassName
{
background-color: #FDD3C9;
}
</style>
border-color css
<style>
span { border-color: #FDD3C9; }
span { border-color: rgb(253,211,201); }
td.TdClassName
{
border-color: #FDD3C9;
}
.TagClassName
{
border-color: #FDD3C9;
}
</style>