Shades of Cinderella #F7D5CB
Tints of Cinderella #F7D5CB
RGB
CMYK
RGB Variations
Color information
#F7D5CB (or 0xF7D5CB) is known color: Cinderella. HEX triplet: F7, D5 and CB. RGB value is (247,213,203). Sum of RGB (Red+Green+Blue) = 247+213+203=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D5CB is #082A34. Grayscale: #DEDEDE. Windows color (decimal): -535093 or 13358583. OLE color: 13358583.
HSL color Cylindrical-coordinate representation of color #F7D5CB: hue angle of 13.64º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7D5CB is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 203 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.03 |
| HSL | 13.64º | 0.73% | 0.88% | - |
| HSV(B) | 13.64º | 0.18% | 0.97% | - |
| XYZ | 72.93 | 71.67 | 66.49 | - |
| YUV | 222.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 203 | 0 | 0.14 | 0.18 | 0.03 | 13.64 | 0.73 | 0.88 |
| Hex | F7 | D5 | CB | 0 | E | 12 | 3 | E | 49 | 58 |
| Octal | 367 | 325 | 313 | 0 | 16 | 22 | 3 | 16 | 111 | 130 |
| Binary | 11110111 | 11010101 | 11001011 | 0 | 1110 | 10010 | 11 | 1110 | 1001001 | 1011000 |
Color Harmonies of #F7D5CB
Complementary color
Monochromatic Colors of #F7D5CB
Black with #F7D5CB
Text Example
Text Example
White with #F7D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D5CB; }
p { color: rgb(247,213,203); }
H1.HeaderClassName
{
color: #F7D5CB;
}
.AnyTagClassName
{
color: #F7D5CB;
}
</style>
background-color css
<style>
a { background-color: #F7D5CB; }
a { background-color: rgb(247,213,203); }
div.DivClassName
{
background-color: #F7D5CB;
}
.BgClassName
{
background-color: #F7D5CB;
}
</style>
border-color css
<style>
span { border-color: #F7D5CB; }
span { border-color: rgb(247,213,203); }
td.TdClassName
{
border-color: #F7D5CB;
}
.TagClassName
{
border-color: #F7D5CB;
}
</style>