Shades of Lavender Rose #FEA0E9
Tints of Lavender Rose #FEA0E9
RGB
CMYK
RGB Variations
Color information
#FEA0E9 (or 0xFEA0E9) is known color: Lavender Rose. HEX triplet: FE, A0 and E9. RGB value is (254,160,233). Sum of RGB (Red+Green+Blue) = 254+160+233=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 160 (62.89% from 255 or 24.73% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0E9 is #015F16. Grayscale: #C4C4C4. Windows color (decimal): -89879 or 15311102. OLE color: 15311102.
HSL color Cylindrical-coordinate representation of color #FEA0E9: hue angle of 313.4º 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 #FEA0E9 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 233 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.00 |
| HSL | 313.4º | 0.98% | 0.81% | - |
| HSV(B) | 313.4º | 0.37% | 1% | - |
| XYZ | 68.15 | 52.1 | 83.55 | - |
| YUV | 196.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 233 | 0 | 0.37 | 0.08 | 0.00 | 313.4 | 0.98 | 0.81 |
| Hex | FE | A0 | E9 | 0 | 25 | 8 | 0 | 139 | 62 | 51 |
| Octal | 376 | 240 | 351 | 0 | 45 | 10 | 0 | 471 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11101001 | 0 | 100101 | 1000 | 0 | 100111001 | 1100010 | 1010001 |
Color Harmonies of #FEA0E9
Complementary color
Monochromatic Colors of #FEA0E9
Black with #FEA0E9
Text Example
Text Example
White with #FEA0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0E9; }
p { color: rgb(254,160,233); }
H1.HeaderClassName
{
color: #FEA0E9;
}
.AnyTagClassName
{
color: #FEA0E9;
}
</style>
background-color css
<style>
a { background-color: #FEA0E9; }
a { background-color: rgb(254,160,233); }
div.DivClassName
{
background-color: #FEA0E9;
}
.BgClassName
{
background-color: #FEA0E9;
}
</style>
border-color css
<style>
span { border-color: #FEA0E9; }
span { border-color: rgb(254,160,233); }
td.TdClassName
{
border-color: #FEA0E9;
}
.TagClassName
{
border-color: #FEA0E9;
}
</style>