Shades of Cinderella #F4D7CB
Tints of Cinderella #F4D7CB
RGB
CMYK
RGB Variations
Color information
#F4D7CB (or 0xF4D7CB) is known color: Cinderella. HEX triplet: F4, D7 and CB. RGB value is (244,215,203). Sum of RGB (Red+Green+Blue) = 244+215+203=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D7CB is #0B2834. Grayscale: #DEDEDE. Windows color (decimal): -731189 or 13359092. OLE color: 13359092.
HSL color Cylindrical-coordinate representation of color #F4D7CB: hue angle of 17.56º degrees, saturation: 0.65, 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 #F4D7CB is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 215 | 203 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.04 |
| HSL | 17.56º | 0.65% | 0.88% | - |
| HSV(B) | 17.56º | 0.17% | 0.96% | - |
| XYZ | 72.39 | 72.15 | 66.61 | - |
| YUV | 222.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 215 | 203 | 0 | 0.12 | 0.17 | 0.04 | 17.56 | 0.65 | 0.88 |
| Hex | F4 | D7 | CB | 0 | C | 11 | 4 | 12 | 41 | 58 |
| Octal | 364 | 327 | 313 | 0 | 14 | 21 | 4 | 22 | 101 | 130 |
| Binary | 11110100 | 11010111 | 11001011 | 0 | 1100 | 10001 | 100 | 10010 | 1000001 | 1011000 |
Color Harmonies of #F4D7CB
Complementary color
Monochromatic Colors of #F4D7CB
Black with #F4D7CB
Text Example
Text Example
White with #F4D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D7CB; }
p { color: rgb(244,215,203); }
H1.HeaderClassName
{
color: #F4D7CB;
}
.AnyTagClassName
{
color: #F4D7CB;
}
</style>
background-color css
<style>
a { background-color: #F4D7CB; }
a { background-color: rgb(244,215,203); }
div.DivClassName
{
background-color: #F4D7CB;
}
.BgClassName
{
background-color: #F4D7CB;
}
</style>
border-color css
<style>
span { border-color: #F4D7CB; }
span { border-color: rgb(244,215,203); }
td.TdClassName
{
border-color: #F4D7CB;
}
.TagClassName
{
border-color: #F4D7CB;
}
</style>