Shades of Cinderella #F7D9CA
Tints of Cinderella #F7D9CA
RGB
CMYK
RGB Variations
Color information
#F7D9CA (or 0xF7D9CA) is known color: Cinderella. HEX triplet: F7, D9 and CA. RGB value is (247,217,202). Sum of RGB (Red+Green+Blue) = 247+217+202=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D9CA is #082635. Grayscale: #E0E0E0. Windows color (decimal): -534070 or 13294071. OLE color: 13294071.
HSL color Cylindrical-coordinate representation of color #F7D9CA: hue angle of 20º degrees, saturation: 0.74, 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 #F7D9CA is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 202 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.03 |
| HSL | 20º | 0.74% | 0.88% | - |
| HSV(B) | 20º | 0.18% | 0.97% | - |
| XYZ | 73.83 | 73.66 | 66.2 | - |
| YUV | 224.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 202 | 0 | 0.12 | 0.18 | 0.03 | 20 | 0.74 | 0.88 |
| Hex | F7 | D9 | CA | 0 | C | 12 | 3 | 14 | 4A | 58 |
| Octal | 367 | 331 | 312 | 0 | 14 | 22 | 3 | 24 | 112 | 130 |
| Binary | 11110111 | 11011001 | 11001010 | 0 | 1100 | 10010 | 11 | 10100 | 1001010 | 1011000 |
Color Harmonies of #F7D9CA
Complementary color
Monochromatic Colors of #F7D9CA
Black with #F7D9CA
Text Example
Text Example
White with #F7D9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D9CA; }
p { color: rgb(247,217,202); }
H1.HeaderClassName
{
color: #F7D9CA;
}
.AnyTagClassName
{
color: #F7D9CA;
}
</style>
background-color css
<style>
a { background-color: #F7D9CA; }
a { background-color: rgb(247,217,202); }
div.DivClassName
{
background-color: #F7D9CA;
}
.BgClassName
{
background-color: #F7D9CA;
}
</style>
border-color css
<style>
span { border-color: #F7D9CA; }
span { border-color: rgb(247,217,202); }
td.TdClassName
{
border-color: #F7D9CA;
}
.TagClassName
{
border-color: #F7D9CA;
}
</style>