Shades of Cinderella #FED8CB
Tints of Cinderella #FED8CB
RGB
CMYK
RGB Variations
Color information
#FED8CB (or 0xFED8CB) is known color: Cinderella. HEX triplet: FE, D8 and CB. RGB value is (254,216,203). Sum of RGB (Red+Green+Blue) = 254+216+203=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8CB is #012734. Grayscale: #E1E1E1. Windows color (decimal): -75573 or 13359358. OLE color: 13359358.
HSL color Cylindrical-coordinate representation of color #FED8CB: hue angle of 15.29º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FED8CB is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 203 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.00 |
| HSL | 15.29º | 0.96% | 0.9% | - |
| HSV(B) | 15.29º | 0.2% | 1% | - |
| XYZ | 76.21 | 74.49 | 66.86 | - |
| YUV | 225.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 203 | 0 | 0.15 | 0.20 | 0.00 | 15.29 | 0.96 | 0.9 |
| Hex | FE | D8 | CB | 0 | F | 14 | 0 | F | 60 | 5A |
| Octal | 376 | 330 | 313 | 0 | 17 | 24 | 0 | 17 | 140 | 132 |
| Binary | 11111110 | 11011000 | 11001011 | 0 | 1111 | 10100 | 0 | 1111 | 1100000 | 1011010 |
Color Harmonies of #FED8CB
Complementary color
Monochromatic Colors of #FED8CB
Black with #FED8CB
Text Example
Text Example
White with #FED8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8CB; }
p { color: rgb(254,216,203); }
H1.HeaderClassName
{
color: #FED8CB;
}
.AnyTagClassName
{
color: #FED8CB;
}
</style>
background-color css
<style>
a { background-color: #FED8CB; }
a { background-color: rgb(254,216,203); }
div.DivClassName
{
background-color: #FED8CB;
}
.BgClassName
{
background-color: #FED8CB;
}
</style>
border-color css
<style>
span { border-color: #FED8CB; }
span { border-color: rgb(254,216,203); }
td.TdClassName
{
border-color: #FED8CB;
}
.TagClassName
{
border-color: #FED8CB;
}
</style>