Shades of Cinderella #F5D5CC
Tints of Cinderella #F5D5CC
RGB
CMYK
RGB Variations
Color information
#F5D5CC (or 0xF5D5CC) is known color: Cinderella. HEX triplet: F5, D5 and CC. RGB value is (245,213,204). Sum of RGB (Red+Green+Blue) = 245+213+204=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D5CC is #0A2A33. Grayscale: #DDDDDD. Windows color (decimal): -666164 or 13424117. OLE color: 13424117.
HSL color Cylindrical-coordinate representation of color #F5D5CC: hue angle of 13.17º degrees, saturation: 0.67, 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 #F5D5CC is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 204 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.04 |
| HSL | 13.17º | 0.67% | 0.88% | - |
| HSV(B) | 13.17º | 0.17% | 0.96% | - |
| XYZ | 72.35 | 71.36 | 67.09 | - |
| YUV | 221.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 204 | 0 | 0.13 | 0.17 | 0.04 | 13.17 | 0.67 | 0.88 |
| Hex | F5 | D5 | CC | 0 | D | 11 | 4 | D | 43 | 58 |
| Octal | 365 | 325 | 314 | 0 | 15 | 21 | 4 | 15 | 103 | 130 |
| Binary | 11110101 | 11010101 | 11001100 | 0 | 1101 | 10001 | 100 | 1101 | 1000011 | 1011000 |
Color Harmonies of #F5D5CC
Complementary color
Monochromatic Colors of #F5D5CC
Black with #F5D5CC
Text Example
Text Example
White with #F5D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D5CC; }
p { color: rgb(245,213,204); }
H1.HeaderClassName
{
color: #F5D5CC;
}
.AnyTagClassName
{
color: #F5D5CC;
}
</style>
background-color css
<style>
a { background-color: #F5D5CC; }
a { background-color: rgb(245,213,204); }
div.DivClassName
{
background-color: #F5D5CC;
}
.BgClassName
{
background-color: #F5D5CC;
}
</style>
border-color css
<style>
span { border-color: #F5D5CC; }
span { border-color: rgb(245,213,204); }
td.TdClassName
{
border-color: #F5D5CC;
}
.TagClassName
{
border-color: #F5D5CC;
}
</style>