Shades of Classic Rose #FEC4E0
Tints of Classic Rose #FEC4E0
RGB
CMYK
RGB Variations
Color information
#FEC4E0 (or 0xFEC4E0) is known color: Classic Rose. HEX triplet: FE, C4 and E0. RGB value is (254,196,224). Sum of RGB (Red+Green+Blue) = 254+196+224=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 196 (76.95% from 255 or 29.08% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4E0 is #013B1F. Grayscale: #D8D8D8. Windows color (decimal): -80672 or 14730494. OLE color: 14730494.
HSL color Cylindrical-coordinate representation of color #FEC4E0: hue angle of 331.03º 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 #FEC4E0 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 224 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.00 |
| HSL | 331.03º | 0.97% | 0.88% | - |
| HSV(B) | 331.03º | 0.23% | 1% | - |
| XYZ | 74.07 | 65.93 | 79.34 | - |
| YUV | 216.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 224 | 0 | 0.23 | 0.12 | 0.00 | 331.03 | 0.97 | 0.88 |
| Hex | FE | C4 | E0 | 0 | 17 | C | 0 | 14B | 61 | 58 |
| Octal | 376 | 304 | 340 | 0 | 27 | 14 | 0 | 513 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11100000 | 0 | 10111 | 1100 | 0 | 101001011 | 1100001 | 1011000 |
Color Harmonies of #FEC4E0
Complementary color
Monochromatic Colors of #FEC4E0
Black with #FEC4E0
Text Example
Text Example
White with #FEC4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4E0; }
p { color: rgb(254,196,224); }
H1.HeaderClassName
{
color: #FEC4E0;
}
.AnyTagClassName
{
color: #FEC4E0;
}
</style>
background-color css
<style>
a { background-color: #FEC4E0; }
a { background-color: rgb(254,196,224); }
div.DivClassName
{
background-color: #FEC4E0;
}
.BgClassName
{
background-color: #FEC4E0;
}
</style>
border-color css
<style>
span { border-color: #FEC4E0; }
span { border-color: rgb(254,196,224); }
td.TdClassName
{
border-color: #FEC4E0;
}
.TagClassName
{
border-color: #FEC4E0;
}
</style>