Shades of Cinderella #FED8CA
Tints of Cinderella #FED8CA
RGB
CMYK
RGB Variations
Color information
#FED8CA (or 0xFED8CA) is known color: Cinderella. HEX triplet: FE, D8 and CA. RGB value is (254,216,202). Sum of RGB (Red+Green+Blue) = 254+216+202=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8CA is #012735. Grayscale: #E1E1E1. Windows color (decimal): -75574 or 13293822. OLE color: 13293822.
HSL color Cylindrical-coordinate representation of color #FED8CA: hue angle of 16.15º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FED8CA is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 202 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.00 |
| HSL | 16.15º | 0.96% | 0.89% | - |
| HSV(B) | 16.15º | 0.2% | 1% | - |
| XYZ | 76.09 | 74.45 | 66.24 | - |
| YUV | 225.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 202 | 0 | 0.15 | 0.20 | 0.00 | 16.15 | 0.96 | 0.89 |
| Hex | FE | D8 | CA | 0 | F | 14 | 0 | 10 | 60 | 59 |
| Octal | 376 | 330 | 312 | 0 | 17 | 24 | 0 | 20 | 140 | 131 |
| Binary | 11111110 | 11011000 | 11001010 | 0 | 1111 | 10100 | 0 | 10000 | 1100000 | 1011001 |
Color Harmonies of #FED8CA
Complementary color
Monochromatic Colors of #FED8CA
Black with #FED8CA
Text Example
Text Example
White with #FED8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8CA; }
p { color: rgb(254,216,202); }
H1.HeaderClassName
{
color: #FED8CA;
}
.AnyTagClassName
{
color: #FED8CA;
}
</style>
background-color css
<style>
a { background-color: #FED8CA; }
a { background-color: rgb(254,216,202); }
div.DivClassName
{
background-color: #FED8CA;
}
.BgClassName
{
background-color: #FED8CA;
}
</style>
border-color css
<style>
span { border-color: #FED8CA; }
span { border-color: rgb(254,216,202); }
td.TdClassName
{
border-color: #FED8CA;
}
.TagClassName
{
border-color: #FED8CA;
}
</style>