Shades of Cinderella #F8D8CA
Tints of Cinderella #F8D8CA
RGB
CMYK
RGB Variations
Color information
#F8D8CA (or 0xF8D8CA) is known color: Cinderella. HEX triplet: F8, D8 and CA. RGB value is (248,216,202). Sum of RGB (Red+Green+Blue) = 248+216+202=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D8CA is #072735. Grayscale: #E0E0E0. Windows color (decimal): -468790 or 13293816. OLE color: 13293816.
HSL color Cylindrical-coordinate representation of color #F8D8CA: hue angle of 18.26º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8D8CA is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 202 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.03 |
| HSL | 18.26º | 0.77% | 0.88% | - |
| HSV(B) | 18.26º | 0.19% | 0.97% | - |
| XYZ | 73.93 | 73.33 | 66.14 | - |
| YUV | 223.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 202 | 0 | 0.13 | 0.19 | 0.03 | 18.26 | 0.77 | 0.88 |
| Hex | F8 | D8 | CA | 0 | D | 13 | 3 | 12 | 4D | 58 |
| Octal | 370 | 330 | 312 | 0 | 15 | 23 | 3 | 22 | 115 | 130 |
| Binary | 11111000 | 11011000 | 11001010 | 0 | 1101 | 10011 | 11 | 10010 | 1001101 | 1011000 |
Color Harmonies of #F8D8CA
Complementary color
Monochromatic Colors of #F8D8CA
Black with #F8D8CA
Text Example
Text Example
White with #F8D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D8CA; }
p { color: rgb(248,216,202); }
H1.HeaderClassName
{
color: #F8D8CA;
}
.AnyTagClassName
{
color: #F8D8CA;
}
</style>
background-color css
<style>
a { background-color: #F8D8CA; }
a { background-color: rgb(248,216,202); }
div.DivClassName
{
background-color: #F8D8CA;
}
.BgClassName
{
background-color: #F8D8CA;
}
</style>
border-color css
<style>
span { border-color: #F8D8CA; }
span { border-color: rgb(248,216,202); }
td.TdClassName
{
border-color: #F8D8CA;
}
.TagClassName
{
border-color: #F8D8CA;
}
</style>