Shades of Cinderella #FFDAC8
Tints of Cinderella #FFDAC8
RGB
CMYK
RGB Variations
Color information
#FFDAC8 (or 0xFFDAC8) is known color: Cinderella. HEX triplet: FF, DA and C8. RGB value is (255,218,200). Sum of RGB (Red+Green+Blue) = 255+218+200=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAC8 is #002537. Grayscale: #E3E3E3. Windows color (decimal): -9528 or 13163263. OLE color: 13163263.
HSL color Cylindrical-coordinate representation of color #FFDAC8: hue angle of 19.64º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFDAC8 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 200 | - |
| CMYK | 0 | 0.15 | 0.22 | 0 |
| HSL | 19.64º | 1% | 0.89% | - |
| HSV(B) | 19.64º | 0.22% | 1% | - |
| XYZ | 76.74 | 75.57 | 65.19 | - |
| YUV | 227.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 200 | 0 | 0.15 | 0.22 | 0 | 19.64 | 1 | 0.89 |
| Hex | FF | DA | C8 | 0 | F | 16 | 0 | 14 | 64 | 59 |
| Octal | 377 | 332 | 310 | 0 | 17 | 26 | 0 | 24 | 144 | 131 |
| Binary | 11111111 | 11011010 | 11001000 | 0 | 1111 | 10110 | 0 | 10100 | 1100100 | 1011001 |
Color Harmonies of #FFDAC8
Complementary color
Monochromatic Colors of #FFDAC8
Black with #FFDAC8
Text Example
Text Example
White with #FFDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAC8; }
p { color: rgb(255,218,200); }
H1.HeaderClassName
{
color: #FFDAC8;
}
.AnyTagClassName
{
color: #FFDAC8;
}
</style>
background-color css
<style>
a { background-color: #FFDAC8; }
a { background-color: rgb(255,218,200); }
div.DivClassName
{
background-color: #FFDAC8;
}
.BgClassName
{
background-color: #FFDAC8;
}
</style>
border-color css
<style>
span { border-color: #FFDAC8; }
span { border-color: rgb(255,218,200); }
td.TdClassName
{
border-color: #FFDAC8;
}
.TagClassName
{
border-color: #FFDAC8;
}
</style>