Shades of Cinderella #FED4C7
Tints of Cinderella #FED4C7
RGB
CMYK
RGB Variations
Color information
#FED4C7 (or 0xFED4C7) is known color: Cinderella. HEX triplet: FE, D4 and C7. RGB value is (254,212,199). Sum of RGB (Red+Green+Blue) = 254+212+199=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 199 (78.12% from 255 or 29.92% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4C7 is #012B38. Grayscale: #DFDFDF. Windows color (decimal): -76601 or 13096190. OLE color: 13096190.
HSL color Cylindrical-coordinate representation of color #FED4C7: hue angle of 14.18º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FED4C7 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 212 | 199 | - |
CMYK | 0 | 0.17 | 0.22 | 0.00 |
HSL | 14.18º | 0.96% | 0.89% | - |
HSV(B) | 14.18º | 0.22% | 1% | - |
XYZ | 74.73 | 72.28 | 64.05 | - |
YUV | 223.08 | 114.41 | 150.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 212 | 199 | 0 | 0.17 | 0.22 | 0.00 | 14.18 | 0.96 | 0.89 |
Hex | FE | D4 | C7 | 0 | 11 | 16 | 0 | E | 60 | 59 |
Octal | 376 | 324 | 307 | 0 | 21 | 26 | 0 | 16 | 140 | 131 |
Binary | 11111110 | 11010100 | 11000111 | 0 | 10001 | 10110 | 0 | 1110 | 1100000 | 1011001 |
Color Harmonies of #FED4C7
Complementary color
Monochromatic Colors of #FED4C7
Black with #FED4C7
Text Example
Text Example
White with #FED4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4C7; }
p { color: rgb(254,212,199); }
H1.HeaderClassName
{
color: #FED4C7;
}
.AnyTagClassName
{
color: #FED4C7;
}
</style>
background-color css
<style>
a { background-color: #FED4C7; }
a { background-color: rgb(254,212,199); }
div.DivClassName
{
background-color: #FED4C7;
}
.BgClassName
{
background-color: #FED4C7;
}
</style>
border-color css
<style>
span { border-color: #FED4C7; }
span { border-color: rgb(254,212,199); }
td.TdClassName
{
border-color: #FED4C7;
}
.TagClassName
{
border-color: #FED4C7;
}
</style>