Shades of Cinderella #F4D5CB
Tints of Cinderella #F4D5CB
RGB
CMYK
RGB Variations
Color information
#F4D5CB (or 0xF4D5CB) is known color: Cinderella. HEX triplet: F4, D5 and CB. RGB value is (244,213,203). Sum of RGB (Red+Green+Blue) = 244+213+203=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 213 (83.59% from 255 or 32.27% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D5CB is #0B2A34. Grayscale: #DDDDDD. Windows color (decimal): -731701 or 13358580. OLE color: 13358580.
HSL color Cylindrical-coordinate representation of color #F4D5CB: hue angle of 14.63º 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 #F4D5CB is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 213 | 203 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.04 |
| HSL | 14.63º | 0.65% | 0.88% | - |
| HSV(B) | 14.63º | 0.17% | 0.96% | - |
| XYZ | 71.88 | 71.13 | 66.44 | - |
| YUV | 221.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 213 | 203 | 0 | 0.13 | 0.17 | 0.04 | 14.63 | 0.65 | 0.88 |
| Hex | F4 | D5 | CB | 0 | D | 11 | 4 | F | 41 | 58 |
| Octal | 364 | 325 | 313 | 0 | 15 | 21 | 4 | 17 | 101 | 130 |
| Binary | 11110100 | 11010101 | 11001011 | 0 | 1101 | 10001 | 100 | 1111 | 1000001 | 1011000 |
Color Harmonies of #F4D5CB
Complementary color
Monochromatic Colors of #F4D5CB
Black with #F4D5CB
Text Example
Text Example
White with #F4D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D5CB; }
p { color: rgb(244,213,203); }
H1.HeaderClassName
{
color: #F4D5CB;
}
.AnyTagClassName
{
color: #F4D5CB;
}
</style>
background-color css
<style>
a { background-color: #F4D5CB; }
a { background-color: rgb(244,213,203); }
div.DivClassName
{
background-color: #F4D5CB;
}
.BgClassName
{
background-color: #F4D5CB;
}
</style>
border-color css
<style>
span { border-color: #F4D5CB; }
span { border-color: rgb(244,213,203); }
td.TdClassName
{
border-color: #F4D5CB;
}
.TagClassName
{
border-color: #F4D5CB;
}
</style>