Shades of Cinderella #FDDDCE
Tints of Cinderella #FDDDCE
RGB
CMYK
RGB Variations
Color information
#FDDDCE (or 0xFDDDCE) is known color: Cinderella. HEX triplet: FD, DD and CE. RGB value is (253,221,206). Sum of RGB (Red+Green+Blue) = 253+221+206=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDCE is #022231. Grayscale: #E4E4E4. Windows color (decimal): -139826 or 13557245. OLE color: 13557245.
HSL color Cylindrical-coordinate representation of color #FDDDCE: hue angle of 19.15º 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 #FDDDCE is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 206 | - |
CMYK | 0 | 0.13 | 0.19 | 0.01 |
HSL | 19.15º | 0.92% | 0.9% | - |
HSV(B) | 19.15º | 0.19% | 0.99% | - |
XYZ | 77.51 | 77.05 | 69.18 | - |
YUV | 228.86 | 115.1 | 145.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 206 | 0 | 0.13 | 0.19 | 0.01 | 19.15 | 0.92 | 0.9 |
Hex | FD | DD | CE | 0 | D | 13 | 1 | 13 | 5C | 5A |
Octal | 375 | 335 | 316 | 0 | 15 | 23 | 1 | 23 | 134 | 132 |
Binary | 11111101 | 11011101 | 11001110 | 0 | 1101 | 10011 | 1 | 10011 | 1011100 | 1011010 |
Color Harmonies of #FDDDCE
Complementary color
Monochromatic Colors of #FDDDCE
Black with #FDDDCE
Text Example
Text Example
White with #FDDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDCE; }
p { color: rgb(253,221,206); }
H1.HeaderClassName
{
color: #FDDDCE;
}
.AnyTagClassName
{
color: #FDDDCE;
}
</style>
background-color css
<style>
a { background-color: #FDDDCE; }
a { background-color: rgb(253,221,206); }
div.DivClassName
{
background-color: #FDDDCE;
}
.BgClassName
{
background-color: #FDDDCE;
}
</style>
border-color css
<style>
span { border-color: #FDDDCE; }
span { border-color: rgb(253,221,206); }
td.TdClassName
{
border-color: #FDDDCE;
}
.TagClassName
{
border-color: #FDDDCE;
}
</style>