Shades of Cinderella #FED4CA
Tints of Cinderella #FED4CA
RGB
CMYK
RGB Variations
Color information
#FED4CA (or 0xFED4CA) is known color: Cinderella. HEX triplet: FE, D4 and CA. RGB value is (254,212,202). Sum of RGB (Red+Green+Blue) = 254+212+202=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4CA is #012B35. Grayscale: #DFDFDF. Windows color (decimal): -76598 or 13292798. OLE color: 13292798.
HSL color Cylindrical-coordinate representation of color #FED4CA: hue angle of 11.54º 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 #FED4CA is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 202 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.00 |
| HSL | 11.54º | 0.96% | 0.89% | - |
| HSV(B) | 11.54º | 0.2% | 1% | - |
| XYZ | 75.08 | 72.42 | 65.9 | - |
| YUV | 223.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 202 | 0 | 0.17 | 0.20 | 0.00 | 11.54 | 0.96 | 0.89 |
| Hex | FE | D4 | CA | 0 | 11 | 14 | 0 | C | 60 | 59 |
| Octal | 376 | 324 | 312 | 0 | 21 | 24 | 0 | 14 | 140 | 131 |
| Binary | 11111110 | 11010100 | 11001010 | 0 | 10001 | 10100 | 0 | 1100 | 1100000 | 1011001 |
Color Harmonies of #FED4CA
Complementary color
Monochromatic Colors of #FED4CA
Black with #FED4CA
Text Example
Text Example
White with #FED4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4CA; }
p { color: rgb(254,212,202); }
H1.HeaderClassName
{
color: #FED4CA;
}
.AnyTagClassName
{
color: #FED4CA;
}
</style>
background-color css
<style>
a { background-color: #FED4CA; }
a { background-color: rgb(254,212,202); }
div.DivClassName
{
background-color: #FED4CA;
}
.BgClassName
{
background-color: #FED4CA;
}
</style>
border-color css
<style>
span { border-color: #FED4CA; }
span { border-color: rgb(254,212,202); }
td.TdClassName
{
border-color: #FED4CA;
}
.TagClassName
{
border-color: #FED4CA;
}
</style>