Shades of Cinderella #F8DCCE
Tints of Cinderella #F8DCCE
RGB
CMYK
RGB Variations
Color information
#F8DCCE (or 0xF8DCCE) is known color: Cinderella. HEX triplet: F8, DC and CE. RGB value is (248,220,206). Sum of RGB (Red+Green+Blue) = 248+220+206=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCCE is #072331. Grayscale: #E2E2E2. Windows color (decimal): -467762 or 13556984. OLE color: 13556984.
HSL color Cylindrical-coordinate representation of color #F8DCCE: hue angle of 20º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8DCCE is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 206 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.03 |
| HSL | 20º | 0.75% | 0.89% | - |
| HSV(B) | 20º | 0.17% | 0.97% | - |
| XYZ | 75.45 | 75.6 | 69.01 | - |
| YUV | 226.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 206 | 0 | 0.11 | 0.17 | 0.03 | 20 | 0.75 | 0.89 |
| Hex | F8 | DC | CE | 0 | B | 11 | 3 | 14 | 4B | 59 |
| Octal | 370 | 334 | 316 | 0 | 13 | 21 | 3 | 24 | 113 | 131 |
| Binary | 11111000 | 11011100 | 11001110 | 0 | 1011 | 10001 | 11 | 10100 | 1001011 | 1011001 |
Color Harmonies of #F8DCCE
Complementary color
Monochromatic Colors of #F8DCCE
Black with #F8DCCE
Text Example
Text Example
White with #F8DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCCE; }
p { color: rgb(248,220,206); }
H1.HeaderClassName
{
color: #F8DCCE;
}
.AnyTagClassName
{
color: #F8DCCE;
}
</style>
background-color css
<style>
a { background-color: #F8DCCE; }
a { background-color: rgb(248,220,206); }
div.DivClassName
{
background-color: #F8DCCE;
}
.BgClassName
{
background-color: #F8DCCE;
}
</style>
border-color css
<style>
span { border-color: #F8DCCE; }
span { border-color: rgb(248,220,206); }
td.TdClassName
{
border-color: #F8DCCE;
}
.TagClassName
{
border-color: #F8DCCE;
}
</style>