Shades of Cinderella #F7DACA
Tints of Cinderella #F7DACA
RGB
CMYK
RGB Variations
Color information
#F7DACA (or 0xF7DACA) is known color: Cinderella. HEX triplet: F7, DA and CA. RGB value is (247,218,202). Sum of RGB (Red+Green+Blue) = 247+218+202=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DACA is #082535. Grayscale: #E0E0E0. Windows color (decimal): -533814 or 13294327. OLE color: 13294327.
HSL color Cylindrical-coordinate representation of color #F7DACA: hue angle of 21.33º 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 #F7DACA is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 218 | 202 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.03 |
| HSL | 21.33º | 0.74% | 0.88% | - |
| HSV(B) | 21.33º | 0.18% | 0.97% | - |
| XYZ | 74.09 | 74.18 | 66.29 | - |
| YUV | 224.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 218 | 202 | 0 | 0.12 | 0.18 | 0.03 | 21.33 | 0.74 | 0.88 |
| Hex | F7 | DA | CA | 0 | C | 12 | 3 | 15 | 4A | 58 |
| Octal | 367 | 332 | 312 | 0 | 14 | 22 | 3 | 25 | 112 | 130 |
| Binary | 11110111 | 11011010 | 11001010 | 0 | 1100 | 10010 | 11 | 10101 | 1001010 | 1011000 |
Color Harmonies of #F7DACA
Complementary color
Monochromatic Colors of #F7DACA
Black with #F7DACA
Text Example
Text Example
White with #F7DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DACA; }
p { color: rgb(247,218,202); }
H1.HeaderClassName
{
color: #F7DACA;
}
.AnyTagClassName
{
color: #F7DACA;
}
</style>
background-color css
<style>
a { background-color: #F7DACA; }
a { background-color: rgb(247,218,202); }
div.DivClassName
{
background-color: #F7DACA;
}
.BgClassName
{
background-color: #F7DACA;
}
</style>
border-color css
<style>
span { border-color: #F7DACA; }
span { border-color: rgb(247,218,202); }
td.TdClassName
{
border-color: #F7DACA;
}
.TagClassName
{
border-color: #F7DACA;
}
</style>