Shades of Cinderella #FDDACE
Tints of Cinderella #FDDACE
RGB
CMYK
RGB Variations
Color information
#FDDACE (or 0xFDDACE) is known color: Cinderella. HEX triplet: FD, DA and CE. RGB value is (253,218,206). Sum of RGB (Red+Green+Blue) = 253+218+206=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDACE is #022531. Grayscale: #E3E3E3. Windows color (decimal): -140594 or 13556477. OLE color: 13556477.
HSL color Cylindrical-coordinate representation of color #FDDACE: hue angle of 15.32º 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 #FDDACE is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 206 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.01 |
| HSL | 15.32º | 0.92% | 0.9% | - |
| HSV(B) | 15.32º | 0.19% | 0.99% | - |
| XYZ | 76.72 | 75.48 | 68.92 | - |
| YUV | 227.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 206 | 0 | 0.14 | 0.19 | 0.01 | 15.32 | 0.92 | 0.9 |
| Hex | FD | DA | CE | 0 | E | 13 | 1 | F | 5C | 5A |
| Octal | 375 | 332 | 316 | 0 | 16 | 23 | 1 | 17 | 134 | 132 |
| Binary | 11111101 | 11011010 | 11001110 | 0 | 1110 | 10011 | 1 | 1111 | 1011100 | 1011010 |
Color Harmonies of #FDDACE
Complementary color
Monochromatic Colors of #FDDACE
Black with #FDDACE
Text Example
Text Example
White with #FDDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDACE; }
p { color: rgb(253,218,206); }
H1.HeaderClassName
{
color: #FDDACE;
}
.AnyTagClassName
{
color: #FDDACE;
}
</style>
background-color css
<style>
a { background-color: #FDDACE; }
a { background-color: rgb(253,218,206); }
div.DivClassName
{
background-color: #FDDACE;
}
.BgClassName
{
background-color: #FDDACE;
}
</style>
border-color css
<style>
span { border-color: #FDDACE; }
span { border-color: rgb(253,218,206); }
td.TdClassName
{
border-color: #FDDACE;
}
.TagClassName
{
border-color: #FDDACE;
}
</style>