Shades of Cinderella #F5D6CB
Tints of Cinderella #F5D6CB
RGB
CMYK
RGB Variations
Color information
#F5D6CB (or 0xF5D6CB) is known color: Cinderella. HEX triplet: F5, D6 and CB. RGB value is (245,214,203). Sum of RGB (Red+Green+Blue) = 245+214+203=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D6CB is #0A2934. Grayscale: #DEDEDE. Windows color (decimal): -665909 or 13358837. OLE color: 13358837.
HSL color Cylindrical-coordinate representation of color #F5D6CB: hue angle of 15.71º 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 #F5D6CB is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 203 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.04 |
| HSL | 15.71º | 0.68% | 0.88% | - |
| HSV(B) | 15.71º | 0.17% | 0.96% | - |
| XYZ | 72.48 | 71.82 | 66.54 | - |
| YUV | 222.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 203 | 0 | 0.13 | 0.17 | 0.04 | 15.71 | 0.68 | 0.88 |
| Hex | F5 | D6 | CB | 0 | D | 11 | 4 | 10 | 44 | 58 |
| Octal | 365 | 326 | 313 | 0 | 15 | 21 | 4 | 20 | 104 | 130 |
| Binary | 11110101 | 11010110 | 11001011 | 0 | 1101 | 10001 | 100 | 10000 | 1000100 | 1011000 |
Color Harmonies of #F5D6CB
Complementary color
Monochromatic Colors of #F5D6CB
Black with #F5D6CB
Text Example
Text Example
White with #F5D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D6CB; }
p { color: rgb(245,214,203); }
H1.HeaderClassName
{
color: #F5D6CB;
}
.AnyTagClassName
{
color: #F5D6CB;
}
</style>
background-color css
<style>
a { background-color: #F5D6CB; }
a { background-color: rgb(245,214,203); }
div.DivClassName
{
background-color: #F5D6CB;
}
.BgClassName
{
background-color: #F5D6CB;
}
</style>
border-color css
<style>
span { border-color: #F5D6CB; }
span { border-color: rgb(245,214,203); }
td.TdClassName
{
border-color: #F5D6CB;
}
.TagClassName
{
border-color: #F5D6CB;
}
</style>