Shades of Cinderella #F8D4CC
Tints of Cinderella #F8D4CC
RGB
CMYK
RGB Variations
Color information
#F8D4CC (or 0xF8D4CC) is known color: Cinderella. HEX triplet: F8, D4 and CC. RGB value is (248,212,204). Sum of RGB (Red+Green+Blue) = 248+212+204=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D4CC is #072B33. Grayscale: #DDDDDD. Windows color (decimal): -469812 or 13423864. OLE color: 13423864.
HSL color Cylindrical-coordinate representation of color #F8D4CC: hue angle of 10.91º 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 #F8D4CC is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 204 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.03 |
| HSL | 10.91º | 0.76% | 0.89% | - |
| HSV(B) | 10.91º | 0.18% | 0.97% | - |
| XYZ | 73.15 | 71.4 | 67.05 | - |
| YUV | 221.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 204 | 0 | 0.15 | 0.18 | 0.03 | 10.91 | 0.76 | 0.89 |
| Hex | F8 | D4 | CC | 0 | F | 12 | 3 | B | 4C | 59 |
| Octal | 370 | 324 | 314 | 0 | 17 | 22 | 3 | 13 | 114 | 131 |
| Binary | 11111000 | 11010100 | 11001100 | 0 | 1111 | 10010 | 11 | 1011 | 1001100 | 1011001 |
Color Harmonies of #F8D4CC
Complementary color
Monochromatic Colors of #F8D4CC
Black with #F8D4CC
Text Example
Text Example
White with #F8D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D4CC; }
p { color: rgb(248,212,204); }
H1.HeaderClassName
{
color: #F8D4CC;
}
.AnyTagClassName
{
color: #F8D4CC;
}
</style>
background-color css
<style>
a { background-color: #F8D4CC; }
a { background-color: rgb(248,212,204); }
div.DivClassName
{
background-color: #F8D4CC;
}
.BgClassName
{
background-color: #F8D4CC;
}
</style>
border-color css
<style>
span { border-color: #F8D4CC; }
span { border-color: rgb(248,212,204); }
td.TdClassName
{
border-color: #F8D4CC;
}
.TagClassName
{
border-color: #F8D4CC;
}
</style>