Shades of Cinderella #FED8CC
Tints of Cinderella #FED8CC
RGB
CMYK
RGB Variations
Color information
#FED8CC (or 0xFED8CC) is known color: Cinderella. HEX triplet: FE, D8 and CC. RGB value is (254,216,204). Sum of RGB (Red+Green+Blue) = 254+216+204=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8CC is #012733. Grayscale: #E2E2E2. Windows color (decimal): -75572 or 13424894. OLE color: 13424894.
HSL color Cylindrical-coordinate representation of color #FED8CC: hue angle of 14.4º 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 #FED8CC is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 204 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.00 |
| HSL | 14.4º | 0.96% | 0.9% | - |
| HSV(B) | 14.4º | 0.2% | 1% | - |
| XYZ | 76.33 | 74.54 | 67.49 | - |
| YUV | 225.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 204 | 0 | 0.15 | 0.20 | 0.00 | 14.4 | 0.96 | 0.9 |
| Hex | FE | D8 | CC | 0 | F | 14 | 0 | E | 60 | 5A |
| Octal | 376 | 330 | 314 | 0 | 17 | 24 | 0 | 16 | 140 | 132 |
| Binary | 11111110 | 11011000 | 11001100 | 0 | 1111 | 10100 | 0 | 1110 | 1100000 | 1011010 |
Color Harmonies of #FED8CC
Complementary color
Monochromatic Colors of #FED8CC
Black with #FED8CC
Text Example
Text Example
White with #FED8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8CC; }
p { color: rgb(254,216,204); }
H1.HeaderClassName
{
color: #FED8CC;
}
.AnyTagClassName
{
color: #FED8CC;
}
</style>
background-color css
<style>
a { background-color: #FED8CC; }
a { background-color: rgb(254,216,204); }
div.DivClassName
{
background-color: #FED8CC;
}
.BgClassName
{
background-color: #FED8CC;
}
</style>
border-color css
<style>
span { border-color: #FED8CC; }
span { border-color: rgb(254,216,204); }
td.TdClassName
{
border-color: #FED8CC;
}
.TagClassName
{
border-color: #FED8CC;
}
</style>