Shades of Cinderella #FED0C2
Tints of Cinderella #FED0C2
RGB
CMYK
RGB Variations
Color information
#FED0C2 (or 0xFED0C2) is known color: Cinderella. HEX triplet: FE, D0 and C2. RGB value is (254,208,194). Sum of RGB (Red+Green+Blue) = 254+208+194=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0C2 is #012F3D. Grayscale: #DCDCDC. Windows color (decimal): -77630 or 12767486. OLE color: 12767486.
HSL color Cylindrical-coordinate representation of color #FED0C2: hue angle of 14º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FED0C2 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 194 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.00 |
| HSL | 14º | 0.97% | 0.88% | - |
| HSV(B) | 14º | 0.24% | 1% | - |
| XYZ | 73.17 | 70.08 | 60.71 | - |
| YUV | 220.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 194 | 0 | 0.18 | 0.24 | 0.00 | 14 | 0.97 | 0.88 |
| Hex | FE | D0 | C2 | 0 | 12 | 18 | 0 | E | 61 | 58 |
| Octal | 376 | 320 | 302 | 0 | 22 | 30 | 0 | 16 | 141 | 130 |
| Binary | 11111110 | 11010000 | 11000010 | 0 | 10010 | 11000 | 0 | 1110 | 1100001 | 1011000 |
Color Harmonies of #FED0C2
Complementary color
Monochromatic Colors of #FED0C2
Black with #FED0C2
Text Example
Text Example
White with #FED0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0C2; }
p { color: rgb(254,208,194); }
H1.HeaderClassName
{
color: #FED0C2;
}
.AnyTagClassName
{
color: #FED0C2;
}
</style>
background-color css
<style>
a { background-color: #FED0C2; }
a { background-color: rgb(254,208,194); }
div.DivClassName
{
background-color: #FED0C2;
}
.BgClassName
{
background-color: #FED0C2;
}
</style>
border-color css
<style>
span { border-color: #FED0C2; }
span { border-color: rgb(254,208,194); }
td.TdClassName
{
border-color: #FED0C2;
}
.TagClassName
{
border-color: #FED0C2;
}
</style>