Shades of Cinderella #F8D5CC
Tints of Cinderella #F8D5CC
RGB
CMYK
RGB Variations
Color information
#F8D5CC (or 0xF8D5CC) is known color: Cinderella. HEX triplet: F8, D5 and CC. RGB value is (248,213,204). Sum of RGB (Red+Green+Blue) = 248+213+204=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5CC is #072A33. Grayscale: #DEDEDE. Windows color (decimal): -469556 or 13424120. OLE color: 13424120.
HSL color Cylindrical-coordinate representation of color #F8D5CC: hue angle of 12.27º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8D5CC is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 204 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.03 |
| HSL | 12.27º | 0.76% | 0.89% | - |
| HSV(B) | 12.27º | 0.18% | 0.97% | - |
| XYZ | 73.4 | 71.9 | 67.14 | - |
| YUV | 222.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 204 | 0 | 0.14 | 0.18 | 0.03 | 12.27 | 0.76 | 0.89 |
| Hex | F8 | D5 | CC | 0 | E | 12 | 3 | C | 4C | 59 |
| Octal | 370 | 325 | 314 | 0 | 16 | 22 | 3 | 14 | 114 | 131 |
| Binary | 11111000 | 11010101 | 11001100 | 0 | 1110 | 10010 | 11 | 1100 | 1001100 | 1011001 |
Color Harmonies of #F8D5CC
Complementary color
Monochromatic Colors of #F8D5CC
Black with #F8D5CC
Text Example
Text Example
White with #F8D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D5CC; }
p { color: rgb(248,213,204); }
H1.HeaderClassName
{
color: #F8D5CC;
}
.AnyTagClassName
{
color: #F8D5CC;
}
</style>
background-color css
<style>
a { background-color: #F8D5CC; }
a { background-color: rgb(248,213,204); }
div.DivClassName
{
background-color: #F8D5CC;
}
.BgClassName
{
background-color: #F8D5CC;
}
</style>
border-color css
<style>
span { border-color: #F8D5CC; }
span { border-color: rgb(248,213,204); }
td.TdClassName
{
border-color: #F8D5CC;
}
.TagClassName
{
border-color: #F8D5CC;
}
</style>