Shades of Cinderella #F4D5CC
Tints of Cinderella #F4D5CC
RGB
CMYK
RGB Variations
Color information
#F4D5CC (or 0xF4D5CC) is known color: Cinderella. HEX triplet: F4, D5 and CC. RGB value is (244,213,204). Sum of RGB (Red+Green+Blue) = 244+213+204=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D5CC is #0B2A33. Grayscale: #DDDDDD. Windows color (decimal): -731700 or 13424116. OLE color: 13424116.
HSL color Cylindrical-coordinate representation of color #F4D5CC: hue angle of 13.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4D5CC is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 213 | 204 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.04 |
| HSL | 13.5º | 0.65% | 0.88% | - |
| HSV(B) | 13.5º | 0.16% | 0.96% | - |
| XYZ | 72 | 71.18 | 67.07 | - |
| YUV | 221.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 213 | 204 | 0 | 0.13 | 0.16 | 0.04 | 13.5 | 0.65 | 0.88 |
| Hex | F4 | D5 | CC | 0 | D | 10 | 4 | E | 41 | 58 |
| Octal | 364 | 325 | 314 | 0 | 15 | 20 | 4 | 16 | 101 | 130 |
| Binary | 11110100 | 11010101 | 11001100 | 0 | 1101 | 10000 | 100 | 1110 | 1000001 | 1011000 |
Color Harmonies of #F4D5CC
Complementary color
Monochromatic Colors of #F4D5CC
Black with #F4D5CC
Text Example
Text Example
White with #F4D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D5CC; }
p { color: rgb(244,213,204); }
H1.HeaderClassName
{
color: #F4D5CC;
}
.AnyTagClassName
{
color: #F4D5CC;
}
</style>
background-color css
<style>
a { background-color: #F4D5CC; }
a { background-color: rgb(244,213,204); }
div.DivClassName
{
background-color: #F4D5CC;
}
.BgClassName
{
background-color: #F4D5CC;
}
</style>
border-color css
<style>
span { border-color: #F4D5CC; }
span { border-color: rgb(244,213,204); }
td.TdClassName
{
border-color: #F4D5CC;
}
.TagClassName
{
border-color: #F4D5CC;
}
</style>