Shades of Cinderella #FED4C8
Tints of Cinderella #FED4C8
RGB
CMYK
RGB Variations
Color information
#FED4C8 (or 0xFED4C8) is known color: Cinderella. HEX triplet: FE, D4 and C8. RGB value is (254,212,200). Sum of RGB (Red+Green+Blue) = 254+212+200=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 200 (78.52% from 255 or 30.03% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4C8 is #012B37. Grayscale: #DFDFDF. Windows color (decimal): -76600 or 13161726. OLE color: 13161726.
HSL color Cylindrical-coordinate representation of color #FED4C8: hue angle of 13.33º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FED4C8 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 212 | 200 | - |
CMYK | 0 | 0.17 | 0.21 | 0.00 |
HSL | 13.33º | 0.96% | 0.89% | - |
HSV(B) | 13.33º | 0.21% | 1% | - |
XYZ | 74.84 | 72.33 | 64.66 | - |
YUV | 223.19 | 114.91 | 149.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 212 | 200 | 0 | 0.17 | 0.21 | 0.00 | 13.33 | 0.96 | 0.89 |
Hex | FE | D4 | C8 | 0 | 11 | 15 | 0 | D | 60 | 59 |
Octal | 376 | 324 | 310 | 0 | 21 | 25 | 0 | 15 | 140 | 131 |
Binary | 11111110 | 11010100 | 11001000 | 0 | 10001 | 10101 | 0 | 1101 | 1100000 | 1011001 |
Color Harmonies of #FED4C8
Complementary color
Monochromatic Colors of #FED4C8
Black with #FED4C8
Text Example
Text Example
White with #FED4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4C8; }
p { color: rgb(254,212,200); }
H1.HeaderClassName
{
color: #FED4C8;
}
.AnyTagClassName
{
color: #FED4C8;
}
</style>
background-color css
<style>
a { background-color: #FED4C8; }
a { background-color: rgb(254,212,200); }
div.DivClassName
{
background-color: #FED4C8;
}
.BgClassName
{
background-color: #FED4C8;
}
</style>
border-color css
<style>
span { border-color: #FED4C8; }
span { border-color: rgb(254,212,200); }
td.TdClassName
{
border-color: #FED4C8;
}
.TagClassName
{
border-color: #FED4C8;
}
</style>