Shades of Cinderella #FDD5C9
Tints of Cinderella #FDD5C9
RGB
CMYK
RGB Variations
Color information
#FDD5C9 (or 0xFDD5C9) is known color: Cinderella. HEX triplet: FD, D5 and C9. RGB value is (253,213,201). Sum of RGB (Red+Green+Blue) = 253+213+201=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 201 (78.91% from 255 or 30.13% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5C9 is #022A36. Grayscale: #DFDFDF. Windows color (decimal): -141879 or 13227517. OLE color: 13227517.
HSL color Cylindrical-coordinate representation of color #FDD5C9: hue angle of 13.85º 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 #FDD5C9 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 201 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.01 |
| HSL | 13.85º | 0.93% | 0.89% | - |
| HSV(B) | 13.85º | 0.21% | 0.99% | - |
| XYZ | 74.84 | 72.69 | 65.34 | - |
| YUV | 223.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 201 | 0 | 0.16 | 0.21 | 0.01 | 13.85 | 0.93 | 0.89 |
| Hex | FD | D5 | C9 | 0 | 10 | 15 | 1 | E | 5D | 59 |
| Octal | 375 | 325 | 311 | 0 | 20 | 25 | 1 | 16 | 135 | 131 |
| Binary | 11111101 | 11010101 | 11001001 | 0 | 10000 | 10101 | 1 | 1110 | 1011101 | 1011001 |
Color Harmonies of #FDD5C9
Complementary color
Monochromatic Colors of #FDD5C9
Black with #FDD5C9
Text Example
Text Example
White with #FDD5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5C9; }
p { color: rgb(253,213,201); }
H1.HeaderClassName
{
color: #FDD5C9;
}
.AnyTagClassName
{
color: #FDD5C9;
}
</style>
background-color css
<style>
a { background-color: #FDD5C9; }
a { background-color: rgb(253,213,201); }
div.DivClassName
{
background-color: #FDD5C9;
}
.BgClassName
{
background-color: #FDD5C9;
}
</style>
border-color css
<style>
span { border-color: #FDD5C9; }
span { border-color: rgb(253,213,201); }
td.TdClassName
{
border-color: #FDD5C9;
}
.TagClassName
{
border-color: #FDD5C9;
}
</style>