Shades of Cinderella #FED9CE
Tints of Cinderella #FED9CE
RGB
CMYK
RGB Variations
Color information
#FED9CE (or 0xFED9CE) is known color: Cinderella. HEX triplet: FE, D9 and CE. RGB value is (254,217,206). Sum of RGB (Red+Green+Blue) = 254+217+206=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9CE is #012631. Grayscale: #E2E2E2. Windows color (decimal): -75314 or 13556222. OLE color: 13556222.
HSL color Cylindrical-coordinate representation of color #FED9CE: hue angle of 13.75º 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 #FED9CE is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 206 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.00 |
| HSL | 13.75º | 0.96% | 0.9% | - |
| HSV(B) | 13.75º | 0.19% | 1% | - |
| XYZ | 76.83 | 75.15 | 68.85 | - |
| YUV | 226.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 206 | 0 | 0.15 | 0.19 | 0.00 | 13.75 | 0.96 | 0.9 |
| Hex | FE | D9 | CE | 0 | F | 13 | 0 | E | 60 | 5A |
| Octal | 376 | 331 | 316 | 0 | 17 | 23 | 0 | 16 | 140 | 132 |
| Binary | 11111110 | 11011001 | 11001110 | 0 | 1111 | 10011 | 0 | 1110 | 1100000 | 1011010 |
Color Harmonies of #FED9CE
Complementary color
Monochromatic Colors of #FED9CE
Black with #FED9CE
Text Example
Text Example
White with #FED9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9CE; }
p { color: rgb(254,217,206); }
H1.HeaderClassName
{
color: #FED9CE;
}
.AnyTagClassName
{
color: #FED9CE;
}
</style>
background-color css
<style>
a { background-color: #FED9CE; }
a { background-color: rgb(254,217,206); }
div.DivClassName
{
background-color: #FED9CE;
}
.BgClassName
{
background-color: #FED9CE;
}
</style>
border-color css
<style>
span { border-color: #FED9CE; }
span { border-color: rgb(254,217,206); }
td.TdClassName
{
border-color: #FED9CE;
}
.TagClassName
{
border-color: #FED9CE;
}
</style>