Shades of Cinderella #F6DACB
Tints of Cinderella #F6DACB
RGB
CMYK
RGB Variations
Color information
#F6DACB (or 0xF6DACB) is known color: Cinderella. HEX triplet: F6, DA and CB. RGB value is (246,218,203). Sum of RGB (Red+Green+Blue) = 246+218+203=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DACB is #092534. Grayscale: #E0E0E0. Windows color (decimal): -599349 or 13359862. OLE color: 13359862.
HSL color Cylindrical-coordinate representation of color #F6DACB: hue angle of 20.93º 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 #F6DACB is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 203 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.04 |
| HSL | 20.93º | 0.7% | 0.88% | - |
| HSV(B) | 20.93º | 0.17% | 0.96% | - |
| XYZ | 73.86 | 74.05 | 66.9 | - |
| YUV | 224.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 203 | 0 | 0.11 | 0.17 | 0.04 | 20.93 | 0.7 | 0.88 |
| Hex | F6 | DA | CB | 0 | B | 11 | 4 | 15 | 46 | 58 |
| Octal | 366 | 332 | 313 | 0 | 13 | 21 | 4 | 25 | 106 | 130 |
| Binary | 11110110 | 11011010 | 11001011 | 0 | 1011 | 10001 | 100 | 10101 | 1000110 | 1011000 |
Color Harmonies of #F6DACB
Complementary color
Monochromatic Colors of #F6DACB
Black with #F6DACB
Text Example
Text Example
White with #F6DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DACB; }
p { color: rgb(246,218,203); }
H1.HeaderClassName
{
color: #F6DACB;
}
.AnyTagClassName
{
color: #F6DACB;
}
</style>
background-color css
<style>
a { background-color: #F6DACB; }
a { background-color: rgb(246,218,203); }
div.DivClassName
{
background-color: #F6DACB;
}
.BgClassName
{
background-color: #F6DACB;
}
</style>
border-color css
<style>
span { border-color: #F6DACB; }
span { border-color: rgb(246,218,203); }
td.TdClassName
{
border-color: #F6DACB;
}
.TagClassName
{
border-color: #F6DACB;
}
</style>