Shades of Cinderella #F6D8CE
Tints of Cinderella #F6D8CE
RGB
CMYK
RGB Variations
Color information
#F6D8CE (or 0xF6D8CE) is known color: Cinderella. HEX triplet: F6, D8 and CE. RGB value is (246,216,206). Sum of RGB (Red+Green+Blue) = 246+216+206=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8CE is #092731. Grayscale: #DFDFDF. Windows color (decimal): -599858 or 13555958. OLE color: 13555958.
HSL color Cylindrical-coordinate representation of color #F6D8CE: hue angle of 15º 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 #F6D8CE is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 206 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.04 |
| HSL | 15º | 0.69% | 0.89% | - |
| HSV(B) | 15º | 0.16% | 0.96% | - |
| XYZ | 73.7 | 73.16 | 68.63 | - |
| YUV | 223.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 206 | 0 | 0.12 | 0.16 | 0.04 | 15 | 0.69 | 0.89 |
| Hex | F6 | D8 | CE | 0 | C | 10 | 4 | F | 45 | 59 |
| Octal | 366 | 330 | 316 | 0 | 14 | 20 | 4 | 17 | 105 | 131 |
| Binary | 11110110 | 11011000 | 11001110 | 0 | 1100 | 10000 | 100 | 1111 | 1000101 | 1011001 |
Color Harmonies of #F6D8CE
Complementary color
Monochromatic Colors of #F6D8CE
Black with #F6D8CE
Text Example
Text Example
White with #F6D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D8CE; }
p { color: rgb(246,216,206); }
H1.HeaderClassName
{
color: #F6D8CE;
}
.AnyTagClassName
{
color: #F6D8CE;
}
</style>
background-color css
<style>
a { background-color: #F6D8CE; }
a { background-color: rgb(246,216,206); }
div.DivClassName
{
background-color: #F6D8CE;
}
.BgClassName
{
background-color: #F6D8CE;
}
</style>
border-color css
<style>
span { border-color: #F6D8CE; }
span { border-color: rgb(246,216,206); }
td.TdClassName
{
border-color: #F6D8CE;
}
.TagClassName
{
border-color: #F6D8CE;
}
</style>