Shades of Cinderella #FDDCCC
Tints of Cinderella #FDDCCC
RGB
CMYK
RGB Variations
Color information
#FDDCCC (or 0xFDDCCC) is known color: Cinderella. HEX triplet: FD, DC and CC. RGB value is (253,220,204). Sum of RGB (Red+Green+Blue) = 253+220+204=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCCC is #022333. Grayscale: #E4E4E4. Windows color (decimal): -140084 or 13425917. OLE color: 13425917.
HSL color Cylindrical-coordinate representation of color #FDDCCC: hue angle of 19.59º 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 #FDDCCC is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 204 | - |
CMYK | 0 | 0.13 | 0.19 | 0.01 |
HSL | 19.59º | 0.92% | 0.9% | - |
HSV(B) | 19.59º | 0.19% | 0.99% | - |
XYZ | 77 | 76.43 | 67.82 | - |
YUV | 228.04 | 114.43 | 145.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 204 | 0 | 0.13 | 0.19 | 0.01 | 19.59 | 0.92 | 0.9 |
Hex | FD | DC | CC | 0 | D | 13 | 1 | 14 | 5C | 5A |
Octal | 375 | 334 | 314 | 0 | 15 | 23 | 1 | 24 | 134 | 132 |
Binary | 11111101 | 11011100 | 11001100 | 0 | 1101 | 10011 | 1 | 10100 | 1011100 | 1011010 |
Color Harmonies of #FDDCCC
Complementary color
Monochromatic Colors of #FDDCCC
Black with #FDDCCC
Text Example
Text Example
White with #FDDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCCC; }
p { color: rgb(253,220,204); }
H1.HeaderClassName
{
color: #FDDCCC;
}
.AnyTagClassName
{
color: #FDDCCC;
}
</style>
background-color css
<style>
a { background-color: #FDDCCC; }
a { background-color: rgb(253,220,204); }
div.DivClassName
{
background-color: #FDDCCC;
}
.BgClassName
{
background-color: #FDDCCC;
}
</style>
border-color css
<style>
span { border-color: #FDDCCC; }
span { border-color: rgb(253,220,204); }
td.TdClassName
{
border-color: #FDDCCC;
}
.TagClassName
{
border-color: #FDDCCC;
}
</style>