Shades of Cinderella #FDDCCE
Tints of Cinderella #FDDCCE
RGB
CMYK
RGB Variations
Color information
#FDDCCE (or 0xFDDCCE) is known color: Cinderella. HEX triplet: FD, DC and CE. RGB value is (253,220,206). Sum of RGB (Red+Green+Blue) = 253+220+206=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCCE is #022331. Grayscale: #E4E4E4. Windows color (decimal): -140082 or 13556989. OLE color: 13556989.
HSL color Cylindrical-coordinate representation of color #FDDCCE: hue angle of 17.87º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDDCCE is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 206 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.01 |
| HSL | 17.87º | 0.92% | 0.9% | - |
| HSV(B) | 17.87º | 0.19% | 0.99% | - |
| XYZ | 77.24 | 76.53 | 69.09 | - |
| YUV | 228.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 206 | 0 | 0.13 | 0.19 | 0.01 | 17.87 | 0.92 | 0.9 |
| Hex | FD | DC | CE | 0 | D | 13 | 1 | 12 | 5C | 5A |
| Octal | 375 | 334 | 316 | 0 | 15 | 23 | 1 | 22 | 134 | 132 |
| Binary | 11111101 | 11011100 | 11001110 | 0 | 1101 | 10011 | 1 | 10010 | 1011100 | 1011010 |
Color Harmonies of #FDDCCE
Complementary color
Monochromatic Colors of #FDDCCE
Black with #FDDCCE
Text Example
Text Example
White with #FDDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCCE; }
p { color: rgb(253,220,206); }
H1.HeaderClassName
{
color: #FDDCCE;
}
.AnyTagClassName
{
color: #FDDCCE;
}
</style>
background-color css
<style>
a { background-color: #FDDCCE; }
a { background-color: rgb(253,220,206); }
div.DivClassName
{
background-color: #FDDCCE;
}
.BgClassName
{
background-color: #FDDCCE;
}
</style>
border-color css
<style>
span { border-color: #FDDCCE; }
span { border-color: rgb(253,220,206); }
td.TdClassName
{
border-color: #FDDCCE;
}
.TagClassName
{
border-color: #FDDCCE;
}
</style>