Shades of Lavender Rose #FEA0E8
Tints of Lavender Rose #FEA0E8
RGB
CMYK
RGB Variations
Color information
#FEA0E8 (or 0xFEA0E8) is known color: Lavender Rose. HEX triplet: FE, A0 and E8. RGB value is (254,160,232). Sum of RGB (Red+Green+Blue) = 254+160+232=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 160 (62.89% from 255 or 24.77% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0E8 is #015F17. Grayscale: #C4C4C4. Windows color (decimal): -89880 or 15245566. OLE color: 15245566.
HSL color Cylindrical-coordinate representation of color #FEA0E8: hue angle of 314.04º 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 #FEA0E8 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 232 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.00 |
| HSL | 314.04º | 0.98% | 0.81% | - |
| HSV(B) | 314.04º | 0.37% | 1% | - |
| XYZ | 68.01 | 52.04 | 82.8 | - |
| YUV | 196.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 232 | 0 | 0.37 | 0.09 | 0.00 | 314.04 | 0.98 | 0.81 |
| Hex | FE | A0 | E8 | 0 | 25 | 9 | 0 | 13A | 62 | 51 |
| Octal | 376 | 240 | 350 | 0 | 45 | 11 | 0 | 472 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11101000 | 0 | 100101 | 1001 | 0 | 100111010 | 1100010 | 1010001 |
Color Harmonies of #FEA0E8
Complementary color
Monochromatic Colors of #FEA0E8
Black with #FEA0E8
Text Example
Text Example
White with #FEA0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0E8; }
p { color: rgb(254,160,232); }
H1.HeaderClassName
{
color: #FEA0E8;
}
.AnyTagClassName
{
color: #FEA0E8;
}
</style>
background-color css
<style>
a { background-color: #FEA0E8; }
a { background-color: rgb(254,160,232); }
div.DivClassName
{
background-color: #FEA0E8;
}
.BgClassName
{
background-color: #FEA0E8;
}
</style>
border-color css
<style>
span { border-color: #FEA0E8; }
span { border-color: rgb(254,160,232); }
td.TdClassName
{
border-color: #FEA0E8;
}
.TagClassName
{
border-color: #FEA0E8;
}
</style>