Shades of Cinderella #F6DACE
Tints of Cinderella #F6DACE
RGB
CMYK
RGB Variations
Color information
#F6DACE (or 0xF6DACE) is known color: Cinderella. HEX triplet: F6, DA and CE. RGB value is (246,218,206). Sum of RGB (Red+Green+Blue) = 246+218+206=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DACE is #092531. Grayscale: #E1E1E1. Windows color (decimal): -599346 or 13556470. OLE color: 13556470.
HSL color Cylindrical-coordinate representation of color #F6DACE: hue angle of 18º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6DACE is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 206 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.04 |
| HSL | 18º | 0.69% | 0.89% | - |
| HSV(B) | 18º | 0.16% | 0.96% | - |
| XYZ | 74.22 | 74.19 | 68.8 | - |
| YUV | 225 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 206 | 0 | 0.11 | 0.16 | 0.04 | 18 | 0.69 | 0.89 |
| Hex | F6 | DA | CE | 0 | B | 10 | 4 | 12 | 45 | 59 |
| Octal | 366 | 332 | 316 | 0 | 13 | 20 | 4 | 22 | 105 | 131 |
| Binary | 11110110 | 11011010 | 11001110 | 0 | 1011 | 10000 | 100 | 10010 | 1000101 | 1011001 |
Color Harmonies of #F6DACE
Complementary color
Monochromatic Colors of #F6DACE
Black with #F6DACE
Text Example
Text Example
White with #F6DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DACE; }
p { color: rgb(246,218,206); }
H1.HeaderClassName
{
color: #F6DACE;
}
.AnyTagClassName
{
color: #F6DACE;
}
</style>
background-color css
<style>
a { background-color: #F6DACE; }
a { background-color: rgb(246,218,206); }
div.DivClassName
{
background-color: #F6DACE;
}
.BgClassName
{
background-color: #F6DACE;
}
</style>
border-color css
<style>
span { border-color: #F6DACE; }
span { border-color: rgb(246,218,206); }
td.TdClassName
{
border-color: #F6DACE;
}
.TagClassName
{
border-color: #F6DACE;
}
</style>