Shades of Cinderella #F8DACB
Tints of Cinderella #F8DACB
RGB
CMYK
RGB Variations
Color information
#F8DACB (or 0xF8DACB) is known color: Cinderella. HEX triplet: F8, DA and CB. RGB value is (248,218,203). Sum of RGB (Red+Green+Blue) = 248+218+203=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DACB is #072534. Grayscale: #E1E1E1. Windows color (decimal): -468277 or 13359864. OLE color: 13359864.
HSL color Cylindrical-coordinate representation of color #F8DACB: hue angle of 20º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8DACB is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 203 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.03 |
| HSL | 20º | 0.76% | 0.88% | - |
| HSV(B) | 20º | 0.18% | 0.97% | - |
| XYZ | 74.56 | 74.41 | 66.93 | - |
| YUV | 225.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 203 | 0 | 0.12 | 0.18 | 0.03 | 20 | 0.76 | 0.88 |
| Hex | F8 | DA | CB | 0 | C | 12 | 3 | 14 | 4C | 58 |
| Octal | 370 | 332 | 313 | 0 | 14 | 22 | 3 | 24 | 114 | 130 |
| Binary | 11111000 | 11011010 | 11001011 | 0 | 1100 | 10010 | 11 | 10100 | 1001100 | 1011000 |
Color Harmonies of #F8DACB
Complementary color
Monochromatic Colors of #F8DACB
Black with #F8DACB
Text Example
Text Example
White with #F8DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DACB; }
p { color: rgb(248,218,203); }
H1.HeaderClassName
{
color: #F8DACB;
}
.AnyTagClassName
{
color: #F8DACB;
}
</style>
background-color css
<style>
a { background-color: #F8DACB; }
a { background-color: rgb(248,218,203); }
div.DivClassName
{
background-color: #F8DACB;
}
.BgClassName
{
background-color: #F8DACB;
}
</style>
border-color css
<style>
span { border-color: #F8DACB; }
span { border-color: rgb(248,218,203); }
td.TdClassName
{
border-color: #F8DACB;
}
.TagClassName
{
border-color: #F8DACB;
}
</style>