Shades of Cinderella #F5D5CB
Tints of Cinderella #F5D5CB
RGB
CMYK
RGB Variations
Color information
#F5D5CB (or 0xF5D5CB) is known color: Cinderella. HEX triplet: F5, D5 and CB. RGB value is (245,213,203). Sum of RGB (Red+Green+Blue) = 245+213+203=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D5CB is #0A2A34. Grayscale: #DDDDDD. Windows color (decimal): -666165 or 13358581. OLE color: 13358581.
HSL color Cylindrical-coordinate representation of color #F5D5CB: hue angle of 14.29º degrees, saturation: 0.68, 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 #F5D5CB is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 203 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.04 |
| HSL | 14.29º | 0.68% | 0.88% | - |
| HSV(B) | 14.29º | 0.17% | 0.96% | - |
| XYZ | 72.23 | 71.31 | 66.46 | - |
| YUV | 221.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 203 | 0 | 0.13 | 0.17 | 0.04 | 14.29 | 0.68 | 0.88 |
| Hex | F5 | D5 | CB | 0 | D | 11 | 4 | E | 44 | 58 |
| Octal | 365 | 325 | 313 | 0 | 15 | 21 | 4 | 16 | 104 | 130 |
| Binary | 11110101 | 11010101 | 11001011 | 0 | 1101 | 10001 | 100 | 1110 | 1000100 | 1011000 |
Color Harmonies of #F5D5CB
Complementary color
Monochromatic Colors of #F5D5CB
Black with #F5D5CB
Text Example
Text Example
White with #F5D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D5CB; }
p { color: rgb(245,213,203); }
H1.HeaderClassName
{
color: #F5D5CB;
}
.AnyTagClassName
{
color: #F5D5CB;
}
</style>
background-color css
<style>
a { background-color: #F5D5CB; }
a { background-color: rgb(245,213,203); }
div.DivClassName
{
background-color: #F5D5CB;
}
.BgClassName
{
background-color: #F5D5CB;
}
</style>
border-color css
<style>
span { border-color: #F5D5CB; }
span { border-color: rgb(245,213,203); }
td.TdClassName
{
border-color: #F5D5CB;
}
.TagClassName
{
border-color: #F5D5CB;
}
</style>