Shades of Lavender Rose #FEA0E0
Tints of Lavender Rose #FEA0E0
RGB
CMYK
RGB Variations
Color information
#FEA0E0 (or 0xFEA0E0) is known color: Lavender Rose. HEX triplet: FE, A0 and E0. RGB value is (254,160,224). Sum of RGB (Red+Green+Blue) = 254+160+224=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 160 (62.89% from 255 or 25.08% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0E0 is #015F1F. Grayscale: #C3C3C3. Windows color (decimal): -89888 or 14721278. OLE color: 14721278.
HSL color Cylindrical-coordinate representation of color #FEA0E0: hue angle of 319.15º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0E0 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 224 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.00 |
| HSL | 319.15º | 0.98% | 0.81% | - |
| HSV(B) | 319.15º | 0.37% | 1% | - |
| XYZ | 66.9 | 51.59 | 76.95 | - |
| YUV | 195.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 224 | 0 | 0.37 | 0.12 | 0.00 | 319.15 | 0.98 | 0.81 |
| Hex | FE | A0 | E0 | 0 | 25 | C | 0 | 13F | 62 | 51 |
| Octal | 376 | 240 | 340 | 0 | 45 | 14 | 0 | 477 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11100000 | 0 | 100101 | 1100 | 0 | 100111111 | 1100010 | 1010001 |
Color Harmonies of #FEA0E0
Complementary color
Monochromatic Colors of #FEA0E0
Black with #FEA0E0
Text Example
Text Example
White with #FEA0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0E0; }
p { color: rgb(254,160,224); }
H1.HeaderClassName
{
color: #FEA0E0;
}
.AnyTagClassName
{
color: #FEA0E0;
}
</style>
background-color css
<style>
a { background-color: #FEA0E0; }
a { background-color: rgb(254,160,224); }
div.DivClassName
{
background-color: #FEA0E0;
}
.BgClassName
{
background-color: #FEA0E0;
}
</style>
border-color css
<style>
span { border-color: #FEA0E0; }
span { border-color: rgb(254,160,224); }
td.TdClassName
{
border-color: #FEA0E0;
}
.TagClassName
{
border-color: #FEA0E0;
}
</style>