Shades of Cinderella #FDDECD
Tints of Cinderella #FDDECD
RGB
CMYK
RGB Variations
Color information
#FDDECD (or 0xFDDECD) is known color: Cinderella. HEX triplet: FD, DE and CD. RGB value is (253,222,205). Sum of RGB (Red+Green+Blue) = 253+222+205=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDECD is #022132. Grayscale: #E5E5E5. Windows color (decimal): -139571 or 13491965. OLE color: 13491965.
HSL color Cylindrical-coordinate representation of color #FDDECD: hue angle of 21.25º 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 #FDDECD is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 205 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.01 |
| HSL | 21.25º | 0.92% | 0.9% | - |
| HSV(B) | 21.25º | 0.19% | 0.99% | - |
| XYZ | 77.65 | 77.53 | 68.63 | - |
| YUV | 229.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 205 | 0 | 0.12 | 0.19 | 0.01 | 21.25 | 0.92 | 0.9 |
| Hex | FD | DE | CD | 0 | C | 13 | 1 | 15 | 5C | 5A |
| Octal | 375 | 336 | 315 | 0 | 14 | 23 | 1 | 25 | 134 | 132 |
| Binary | 11111101 | 11011110 | 11001101 | 0 | 1100 | 10011 | 1 | 10101 | 1011100 | 1011010 |
Color Harmonies of #FDDECD
Complementary color
Monochromatic Colors of #FDDECD
Black with #FDDECD
Text Example
Text Example
White with #FDDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDECD; }
p { color: rgb(253,222,205); }
H1.HeaderClassName
{
color: #FDDECD;
}
.AnyTagClassName
{
color: #FDDECD;
}
</style>
background-color css
<style>
a { background-color: #FDDECD; }
a { background-color: rgb(253,222,205); }
div.DivClassName
{
background-color: #FDDECD;
}
.BgClassName
{
background-color: #FDDECD;
}
</style>
border-color css
<style>
span { border-color: #FDDECD; }
span { border-color: rgb(253,222,205); }
td.TdClassName
{
border-color: #FDDECD;
}
.TagClassName
{
border-color: #FDDECD;
}
</style>