Shades of Cinderella #F6D9CB
Tints of Cinderella #F6D9CB
RGB
CMYK
RGB Variations
Color information
#F6D9CB (or 0xF6D9CB) is known color: Cinderella. HEX triplet: F6, D9 and CB. RGB value is (246,217,203). Sum of RGB (Red+Green+Blue) = 246+217+203=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9CB is #092634. Grayscale: #E0E0E0. Windows color (decimal): -599605 or 13359606. OLE color: 13359606.
HSL color Cylindrical-coordinate representation of color #F6D9CB: hue angle of 19.53º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6D9CB is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 203 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.04 |
| HSL | 19.53º | 0.7% | 0.88% | - |
| HSV(B) | 19.53º | 0.17% | 0.96% | - |
| XYZ | 73.6 | 73.53 | 66.81 | - |
| YUV | 224.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 203 | 0 | 0.12 | 0.17 | 0.04 | 19.53 | 0.7 | 0.88 |
| Hex | F6 | D9 | CB | 0 | C | 11 | 4 | 14 | 46 | 58 |
| Octal | 366 | 331 | 313 | 0 | 14 | 21 | 4 | 24 | 106 | 130 |
| Binary | 11110110 | 11011001 | 11001011 | 0 | 1100 | 10001 | 100 | 10100 | 1000110 | 1011000 |
Color Harmonies of #F6D9CB
Complementary color
Monochromatic Colors of #F6D9CB
Black with #F6D9CB
Text Example
Text Example
White with #F6D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D9CB; }
p { color: rgb(246,217,203); }
H1.HeaderClassName
{
color: #F6D9CB;
}
.AnyTagClassName
{
color: #F6D9CB;
}
</style>
background-color css
<style>
a { background-color: #F6D9CB; }
a { background-color: rgb(246,217,203); }
div.DivClassName
{
background-color: #F6D9CB;
}
.BgClassName
{
background-color: #F6D9CB;
}
</style>
border-color css
<style>
span { border-color: #F6D9CB; }
span { border-color: rgb(246,217,203); }
td.TdClassName
{
border-color: #F6D9CB;
}
.TagClassName
{
border-color: #F6D9CB;
}
</style>