Shades of Cinderella #FDDDCC
Tints of Cinderella #FDDDCC
RGB
CMYK
RGB Variations
Color information
#FDDDCC (or 0xFDDDCC) is known color: Cinderella. HEX triplet: FD, DD and CC. RGB value is (253,221,204). Sum of RGB (Red+Green+Blue) = 253+221+204=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDCC is #022233. Grayscale: #E4E4E4. Windows color (decimal): -139828 or 13426173. OLE color: 13426173.
HSL color Cylindrical-coordinate representation of color #FDDDCC: hue angle of 20.82º 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 #FDDDCC is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 204 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.01 |
| HSL | 20.82º | 0.92% | 0.9% | - |
| HSV(B) | 20.82º | 0.19% | 0.99% | - |
| XYZ | 77.26 | 76.96 | 67.91 | - |
| YUV | 228.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 204 | 0 | 0.13 | 0.19 | 0.01 | 20.82 | 0.92 | 0.9 |
| Hex | FD | DD | CC | 0 | D | 13 | 1 | 15 | 5C | 5A |
| Octal | 375 | 335 | 314 | 0 | 15 | 23 | 1 | 25 | 134 | 132 |
| Binary | 11111101 | 11011101 | 11001100 | 0 | 1101 | 10011 | 1 | 10101 | 1011100 | 1011010 |
Color Harmonies of #FDDDCC
Complementary color
Monochromatic Colors of #FDDDCC
Black with #FDDDCC
Text Example
Text Example
White with #FDDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDCC; }
p { color: rgb(253,221,204); }
H1.HeaderClassName
{
color: #FDDDCC;
}
.AnyTagClassName
{
color: #FDDDCC;
}
</style>
background-color css
<style>
a { background-color: #FDDDCC; }
a { background-color: rgb(253,221,204); }
div.DivClassName
{
background-color: #FDDDCC;
}
.BgClassName
{
background-color: #FDDDCC;
}
</style>
border-color css
<style>
span { border-color: #FDDDCC; }
span { border-color: rgb(253,221,204); }
td.TdClassName
{
border-color: #FDDDCC;
}
.TagClassName
{
border-color: #FDDDCC;
}
</style>