Shades of Cinderella #FDD8C9
Tints of Cinderella #FDD8C9
RGB
CMYK
RGB Variations
Color information
#FDD8C9 (or 0xFDD8C9) is known color: Cinderella. HEX triplet: FD, D8 and C9. RGB value is (253,216,201). Sum of RGB (Red+Green+Blue) = 253+216+201=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8C9 is #022736. Grayscale: #E1E1E1. Windows color (decimal): -141111 or 13228285. OLE color: 13228285.
HSL color Cylindrical-coordinate representation of color #FDD8C9: hue angle of 17.31º 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 #FDD8C9 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 201 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.01 |
| HSL | 17.31º | 0.93% | 0.89% | - |
| HSV(B) | 17.31º | 0.21% | 0.99% | - |
| XYZ | 75.61 | 74.21 | 65.6 | - |
| YUV | 225.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 201 | 0 | 0.15 | 0.21 | 0.01 | 17.31 | 0.93 | 0.89 |
| Hex | FD | D8 | C9 | 0 | F | 15 | 1 | 11 | 5D | 59 |
| Octal | 375 | 330 | 311 | 0 | 17 | 25 | 1 | 21 | 135 | 131 |
| Binary | 11111101 | 11011000 | 11001001 | 0 | 1111 | 10101 | 1 | 10001 | 1011101 | 1011001 |
Color Harmonies of #FDD8C9
Complementary color
Monochromatic Colors of #FDD8C9
Black with #FDD8C9
Text Example
Text Example
White with #FDD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8C9; }
p { color: rgb(253,216,201); }
H1.HeaderClassName
{
color: #FDD8C9;
}
.AnyTagClassName
{
color: #FDD8C9;
}
</style>
background-color css
<style>
a { background-color: #FDD8C9; }
a { background-color: rgb(253,216,201); }
div.DivClassName
{
background-color: #FDD8C9;
}
.BgClassName
{
background-color: #FDD8C9;
}
</style>
border-color css
<style>
span { border-color: #FDD8C9; }
span { border-color: rgb(253,216,201); }
td.TdClassName
{
border-color: #FDD8C9;
}
.TagClassName
{
border-color: #FDD8C9;
}
</style>