Shades of Classic Rose #FEC0E0
Tints of Classic Rose #FEC0E0
RGB
CMYK
RGB Variations
Color information
#FEC0E0 (or 0xFEC0E0) is known color: Classic Rose. HEX triplet: FE, C0 and E0. RGB value is (254,192,224). Sum of RGB (Red+Green+Blue) = 254+192+224=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 192 (75.39% from 255 or 28.66% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0E0 is #013F1F. Grayscale: #D6D6D6. Windows color (decimal): -81696 or 14729470. OLE color: 14729470.
HSL color Cylindrical-coordinate representation of color #FEC0E0: hue angle of 329.03º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0E0 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 224 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.00 |
| HSL | 329.03º | 0.97% | 0.87% | - |
| HSV(B) | 329.03º | 0.24% | 1% | - |
| XYZ | 73.18 | 64.15 | 79.05 | - |
| YUV | 214.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 224 | 0 | 0.24 | 0.12 | 0.00 | 329.03 | 0.97 | 0.87 |
| Hex | FE | C0 | E0 | 0 | 18 | C | 0 | 149 | 61 | 57 |
| Octal | 376 | 300 | 340 | 0 | 30 | 14 | 0 | 511 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11100000 | 0 | 11000 | 1100 | 0 | 101001001 | 1100001 | 1010111 |
Color Harmonies of #FEC0E0
Complementary color
Monochromatic Colors of #FEC0E0
Black with #FEC0E0
Text Example
Text Example
White with #FEC0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0E0; }
p { color: rgb(254,192,224); }
H1.HeaderClassName
{
color: #FEC0E0;
}
.AnyTagClassName
{
color: #FEC0E0;
}
</style>
background-color css
<style>
a { background-color: #FEC0E0; }
a { background-color: rgb(254,192,224); }
div.DivClassName
{
background-color: #FEC0E0;
}
.BgClassName
{
background-color: #FEC0E0;
}
</style>
border-color css
<style>
span { border-color: #FEC0E0; }
span { border-color: rgb(254,192,224); }
td.TdClassName
{
border-color: #FEC0E0;
}
.TagClassName
{
border-color: #FEC0E0;
}
</style>