Shades of Cinderella #FDD9C9
Tints of Cinderella #FDD9C9
RGB
CMYK
RGB Variations
Color information
#FDD9C9 (or 0xFDD9C9) is known color: Cinderella. HEX triplet: FD, D9 and C9. RGB value is (253,217,201). Sum of RGB (Red+Green+Blue) = 253+217+201=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9C9 is #022636. Grayscale: #E2E2E2. Windows color (decimal): -140855 or 13228541. OLE color: 13228541.
HSL color Cylindrical-coordinate representation of color #FDD9C9: hue angle of 18.46º 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 #FDD9C9 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 201 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.01 |
| HSL | 18.46º | 0.93% | 0.89% | - |
| HSV(B) | 18.46º | 0.21% | 0.99% | - |
| XYZ | 75.86 | 74.73 | 65.68 | - |
| YUV | 225.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 201 | 0 | 0.14 | 0.21 | 0.01 | 18.46 | 0.93 | 0.89 |
| Hex | FD | D9 | C9 | 0 | E | 15 | 1 | 12 | 5D | 59 |
| Octal | 375 | 331 | 311 | 0 | 16 | 25 | 1 | 22 | 135 | 131 |
| Binary | 11111101 | 11011001 | 11001001 | 0 | 1110 | 10101 | 1 | 10010 | 1011101 | 1011001 |
Color Harmonies of #FDD9C9
Complementary color
Monochromatic Colors of #FDD9C9
Black with #FDD9C9
Text Example
Text Example
White with #FDD9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9C9; }
p { color: rgb(253,217,201); }
H1.HeaderClassName
{
color: #FDD9C9;
}
.AnyTagClassName
{
color: #FDD9C9;
}
</style>
background-color css
<style>
a { background-color: #FDD9C9; }
a { background-color: rgb(253,217,201); }
div.DivClassName
{
background-color: #FDD9C9;
}
.BgClassName
{
background-color: #FDD9C9;
}
</style>
border-color css
<style>
span { border-color: #FDD9C9; }
span { border-color: rgb(253,217,201); }
td.TdClassName
{
border-color: #FDD9C9;
}
.TagClassName
{
border-color: #FDD9C9;
}
</style>