Shades of Cinderella #F8DCCF
Tints of Cinderella #F8DCCF
RGB
CMYK
RGB Variations
Color information
#F8DCCF (or 0xF8DCCF) is known color: Cinderella. HEX triplet: F8, DC and CF. RGB value is (248,220,207). Sum of RGB (Red+Green+Blue) = 248+220+207=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCCF is #072330. Grayscale: #E2E2E2. Windows color (decimal): -467761 or 13622520. OLE color: 13622520.
HSL color Cylindrical-coordinate representation of color #F8DCCF: hue angle of 19.02º 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 #F8DCCF is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 207 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.03 |
| HSL | 19.02º | 0.75% | 0.89% | - |
| HSV(B) | 19.02º | 0.17% | 0.97% | - |
| XYZ | 75.57 | 75.65 | 69.65 | - |
| YUV | 226.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 207 | 0 | 0.11 | 0.17 | 0.03 | 19.02 | 0.75 | 0.89 |
| Hex | F8 | DC | CF | 0 | B | 11 | 3 | 13 | 4B | 59 |
| Octal | 370 | 334 | 317 | 0 | 13 | 21 | 3 | 23 | 113 | 131 |
| Binary | 11111000 | 11011100 | 11001111 | 0 | 1011 | 10001 | 11 | 10011 | 1001011 | 1011001 |
Color Harmonies of #F8DCCF
Complementary color
Monochromatic Colors of #F8DCCF
Black with #F8DCCF
Text Example
Text Example
White with #F8DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCCF; }
p { color: rgb(248,220,207); }
H1.HeaderClassName
{
color: #F8DCCF;
}
.AnyTagClassName
{
color: #F8DCCF;
}
</style>
background-color css
<style>
a { background-color: #F8DCCF; }
a { background-color: rgb(248,220,207); }
div.DivClassName
{
background-color: #F8DCCF;
}
.BgClassName
{
background-color: #F8DCCF;
}
</style>
border-color css
<style>
span { border-color: #F8DCCF; }
span { border-color: rgb(248,220,207); }
td.TdClassName
{
border-color: #F8DCCF;
}
.TagClassName
{
border-color: #F8DCCF;
}
</style>