Shades of Cinderella #FED8CE
Tints of Cinderella #FED8CE
RGB
CMYK
RGB Variations
Color information
#FED8CE (or 0xFED8CE) is known color: Cinderella. HEX triplet: FE, D8 and CE. RGB value is (254,216,206). Sum of RGB (Red+Green+Blue) = 254+216+206=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8CE is #012731. Grayscale: #E2E2E2. Windows color (decimal): -75570 or 13555966. OLE color: 13555966.
HSL color Cylindrical-coordinate representation of color #FED8CE: hue angle of 12.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FED8CE is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 206 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.00 |
| HSL | 12.5º | 0.96% | 0.9% | - |
| HSV(B) | 12.5º | 0.19% | 1% | - |
| XYZ | 76.57 | 74.64 | 68.76 | - |
| YUV | 226.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 206 | 0 | 0.15 | 0.19 | 0.00 | 12.5 | 0.96 | 0.9 |
| Hex | FE | D8 | CE | 0 | F | 13 | 0 | C | 60 | 5A |
| Octal | 376 | 330 | 316 | 0 | 17 | 23 | 0 | 14 | 140 | 132 |
| Binary | 11111110 | 11011000 | 11001110 | 0 | 1111 | 10011 | 0 | 1100 | 1100000 | 1011010 |
Color Harmonies of #FED8CE
Complementary color
Monochromatic Colors of #FED8CE
Black with #FED8CE
Text Example
Text Example
White with #FED8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8CE; }
p { color: rgb(254,216,206); }
H1.HeaderClassName
{
color: #FED8CE;
}
.AnyTagClassName
{
color: #FED8CE;
}
</style>
background-color css
<style>
a { background-color: #FED8CE; }
a { background-color: rgb(254,216,206); }
div.DivClassName
{
background-color: #FED8CE;
}
.BgClassName
{
background-color: #FED8CE;
}
</style>
border-color css
<style>
span { border-color: #FED8CE; }
span { border-color: rgb(254,216,206); }
td.TdClassName
{
border-color: #FED8CE;
}
.TagClassName
{
border-color: #FED8CE;
}
</style>