Shades of Cinderella #FDDECE
Tints of Cinderella #FDDECE
RGB
CMYK
RGB Variations
Color information
#FDDECE (or 0xFDDECE) is known color: Cinderella. HEX triplet: FD, DE and CE. RGB value is (253,222,206). Sum of RGB (Red+Green+Blue) = 253+222+206=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDECE is #022131. Grayscale: #E5E5E5. Windows color (decimal): -139570 or 13557501. OLE color: 13557501.
HSL color Cylindrical-coordinate representation of color #FDDECE: hue angle of 20.43º 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 #FDDECE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 206 | - |
CMYK | 0 | 0.12 | 0.19 | 0.01 |
HSL | 20.43º | 0.92% | 0.9% | - |
HSV(B) | 20.43º | 0.19% | 0.99% | - |
XYZ | 77.77 | 77.58 | 69.27 | - |
YUV | 229.45 | 114.77 | 144.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 206 | 0 | 0.12 | 0.19 | 0.01 | 20.43 | 0.92 | 0.9 |
Hex | FD | DE | CE | 0 | C | 13 | 1 | 14 | 5C | 5A |
Octal | 375 | 336 | 316 | 0 | 14 | 23 | 1 | 24 | 134 | 132 |
Binary | 11111101 | 11011110 | 11001110 | 0 | 1100 | 10011 | 1 | 10100 | 1011100 | 1011010 |
Color Harmonies of #FDDECE
Complementary color
Monochromatic Colors of #FDDECE
Black with #FDDECE
Text Example
Text Example
White with #FDDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDECE; }
p { color: rgb(253,222,206); }
H1.HeaderClassName
{
color: #FDDECE;
}
.AnyTagClassName
{
color: #FDDECE;
}
</style>
background-color css
<style>
a { background-color: #FDDECE; }
a { background-color: rgb(253,222,206); }
div.DivClassName
{
background-color: #FDDECE;
}
.BgClassName
{
background-color: #FDDECE;
}
</style>
border-color css
<style>
span { border-color: #FDDECE; }
span { border-color: rgb(253,222,206); }
td.TdClassName
{
border-color: #FDDECE;
}
.TagClassName
{
border-color: #FDDECE;
}
</style>