Shades of Cinderella #F8D9CC
Tints of Cinderella #F8D9CC
RGB
CMYK
RGB Variations
Color information
#F8D9CC (or 0xF8D9CC) is known color: Cinderella. HEX triplet: F8, D9 and CC. RGB value is (248,217,204). Sum of RGB (Red+Green+Blue) = 248+217+204=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D9CC is #072633. Grayscale: #E0E0E0. Windows color (decimal): -468532 or 13425144. OLE color: 13425144.
HSL color Cylindrical-coordinate representation of color #F8D9CC: hue angle of 17.73º 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 #F8D9CC is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 204 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.03 |
| HSL | 17.73º | 0.76% | 0.89% | - |
| HSV(B) | 17.73º | 0.18% | 0.97% | - |
| XYZ | 74.42 | 73.94 | 67.48 | - |
| YUV | 224.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 204 | 0 | 0.12 | 0.18 | 0.03 | 17.73 | 0.76 | 0.89 |
| Hex | F8 | D9 | CC | 0 | C | 12 | 3 | 12 | 4C | 59 |
| Octal | 370 | 331 | 314 | 0 | 14 | 22 | 3 | 22 | 114 | 131 |
| Binary | 11111000 | 11011001 | 11001100 | 0 | 1100 | 10010 | 11 | 10010 | 1001100 | 1011001 |
Color Harmonies of #F8D9CC
Complementary color
Monochromatic Colors of #F8D9CC
Black with #F8D9CC
Text Example
Text Example
White with #F8D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D9CC; }
p { color: rgb(248,217,204); }
H1.HeaderClassName
{
color: #F8D9CC;
}
.AnyTagClassName
{
color: #F8D9CC;
}
</style>
background-color css
<style>
a { background-color: #F8D9CC; }
a { background-color: rgb(248,217,204); }
div.DivClassName
{
background-color: #F8D9CC;
}
.BgClassName
{
background-color: #F8D9CC;
}
</style>
border-color css
<style>
span { border-color: #F8D9CC; }
span { border-color: rgb(248,217,204); }
td.TdClassName
{
border-color: #F8D9CC;
}
.TagClassName
{
border-color: #F8D9CC;
}
</style>