Shades of Cinderella #F6D5CB
Tints of Cinderella #F6D5CB
RGB
CMYK
RGB Variations
Color information
#F6D5CB (or 0xF6D5CB) is known color: Cinderella. HEX triplet: F6, D5 and CB. RGB value is (246,213,203). Sum of RGB (Red+Green+Blue) = 246+213+203=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D5CB is #092A34. Grayscale: #DDDDDD. Windows color (decimal): -600629 or 13358582. OLE color: 13358582.
HSL color Cylindrical-coordinate representation of color #F6D5CB: hue angle of 13.95º 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 #F6D5CB is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 203 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.04 |
| HSL | 13.95º | 0.7% | 0.88% | - |
| HSV(B) | 13.95º | 0.17% | 0.96% | - |
| XYZ | 72.58 | 71.49 | 66.47 | - |
| YUV | 221.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 203 | 0 | 0.13 | 0.17 | 0.04 | 13.95 | 0.7 | 0.88 |
| Hex | F6 | D5 | CB | 0 | D | 11 | 4 | E | 46 | 58 |
| Octal | 366 | 325 | 313 | 0 | 15 | 21 | 4 | 16 | 106 | 130 |
| Binary | 11110110 | 11010101 | 11001011 | 0 | 1101 | 10001 | 100 | 1110 | 1000110 | 1011000 |
Color Harmonies of #F6D5CB
Complementary color
Monochromatic Colors of #F6D5CB
Black with #F6D5CB
Text Example
Text Example
White with #F6D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D5CB; }
p { color: rgb(246,213,203); }
H1.HeaderClassName
{
color: #F6D5CB;
}
.AnyTagClassName
{
color: #F6D5CB;
}
</style>
background-color css
<style>
a { background-color: #F6D5CB; }
a { background-color: rgb(246,213,203); }
div.DivClassName
{
background-color: #F6D5CB;
}
.BgClassName
{
background-color: #F6D5CB;
}
</style>
border-color css
<style>
span { border-color: #F6D5CB; }
span { border-color: rgb(246,213,203); }
td.TdClassName
{
border-color: #F6D5CB;
}
.TagClassName
{
border-color: #F6D5CB;
}
</style>