Shades of Lavender Rose #FEA0EF
Tints of Lavender Rose #FEA0EF
RGB
CMYK
RGB Variations
Color information
#FEA0EF (or 0xFEA0EF) is known color: Lavender Rose. HEX triplet: FE, A0 and EF. RGB value is (254,160,239). Sum of RGB (Red+Green+Blue) = 254+160+239=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 160 (62.89% from 255 or 24.50% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0EF is #015F10. Grayscale: #C4C4C4. Windows color (decimal): -89873 or 15704318. OLE color: 15704318.
HSL color Cylindrical-coordinate representation of color #FEA0EF: hue angle of 309.57º 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 #FEA0EF is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 239 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.00 |
| HSL | 309.57º | 0.98% | 0.81% | - |
| HSV(B) | 309.57º | 0.37% | 1% | - |
| XYZ | 69.02 | 52.44 | 88.15 | - |
| YUV | 197.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 239 | 0 | 0.37 | 0.06 | 0.00 | 309.57 | 0.98 | 0.81 |
| Hex | FE | A0 | EF | 0 | 25 | 6 | 0 | 136 | 62 | 51 |
| Octal | 376 | 240 | 357 | 0 | 45 | 6 | 0 | 466 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11101111 | 0 | 100101 | 110 | 0 | 100110110 | 1100010 | 1010001 |
Color Harmonies of #FEA0EF
Complementary color
Monochromatic Colors of #FEA0EF
Black with #FEA0EF
Text Example
Text Example
White with #FEA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0EF; }
p { color: rgb(254,160,239); }
H1.HeaderClassName
{
color: #FEA0EF;
}
.AnyTagClassName
{
color: #FEA0EF;
}
</style>
background-color css
<style>
a { background-color: #FEA0EF; }
a { background-color: rgb(254,160,239); }
div.DivClassName
{
background-color: #FEA0EF;
}
.BgClassName
{
background-color: #FEA0EF;
}
</style>
border-color css
<style>
span { border-color: #FEA0EF; }
span { border-color: rgb(254,160,239); }
td.TdClassName
{
border-color: #FEA0EF;
}
.TagClassName
{
border-color: #FEA0EF;
}
</style>