Shades of Cinderella #FED4C4
Tints of Cinderella #FED4C4
RGB
CMYK
RGB Variations
Color information
#FED4C4 (or 0xFED4C4) is known color: Cinderella. HEX triplet: FE, D4 and C4. RGB value is (254,212,196). Sum of RGB (Red+Green+Blue) = 254+212+196=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 196 (76.95% from 255 or 29.61% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4C4 is #012B3B. Grayscale: #DEDEDE. Windows color (decimal): -76604 or 12899582. OLE color: 12899582.
HSL color Cylindrical-coordinate representation of color #FED4C4: hue angle of 16.55º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FED4C4 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 196 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.00 |
| HSL | 16.55º | 0.97% | 0.88% | - |
| HSV(B) | 16.55º | 0.23% | 1% | - |
| XYZ | 74.38 | 72.14 | 62.23 | - |
| YUV | 222.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 196 | 0 | 0.17 | 0.23 | 0.00 | 16.55 | 0.97 | 0.88 |
| Hex | FE | D4 | C4 | 0 | 11 | 17 | 0 | 11 | 61 | 58 |
| Octal | 376 | 324 | 304 | 0 | 21 | 27 | 0 | 21 | 141 | 130 |
| Binary | 11111110 | 11010100 | 11000100 | 0 | 10001 | 10111 | 0 | 10001 | 1100001 | 1011000 |
Color Harmonies of #FED4C4
Complementary color
Monochromatic Colors of #FED4C4
Black with #FED4C4
Text Example
Text Example
White with #FED4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4C4; }
p { color: rgb(254,212,196); }
H1.HeaderClassName
{
color: #FED4C4;
}
.AnyTagClassName
{
color: #FED4C4;
}
</style>
background-color css
<style>
a { background-color: #FED4C4; }
a { background-color: rgb(254,212,196); }
div.DivClassName
{
background-color: #FED4C4;
}
.BgClassName
{
background-color: #FED4C4;
}
</style>
border-color css
<style>
span { border-color: #FED4C4; }
span { border-color: rgb(254,212,196); }
td.TdClassName
{
border-color: #FED4C4;
}
.TagClassName
{
border-color: #FED4C4;
}
</style>