Shades of Lavender Rose #FEA0E7
Tints of Lavender Rose #FEA0E7
RGB
CMYK
RGB Variations
Color information
#FEA0E7 (or 0xFEA0E7) is known color: Lavender Rose. HEX triplet: FE, A0 and E7. RGB value is (254,160,231). Sum of RGB (Red+Green+Blue) = 254+160+231=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 160 (62.89% from 255 or 24.81% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0E7 is #015F18. Grayscale: #C4C4C4. Windows color (decimal): -89881 or 15180030. OLE color: 15180030.
HSL color Cylindrical-coordinate representation of color #FEA0E7: hue angle of 314.68º 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 #FEA0E7 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 231 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.00 |
| HSL | 314.68º | 0.98% | 0.81% | - |
| HSV(B) | 314.68º | 0.37% | 1% | - |
| XYZ | 67.87 | 51.98 | 82.06 | - |
| YUV | 196.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 231 | 0 | 0.37 | 0.09 | 0.00 | 314.68 | 0.98 | 0.81 |
| Hex | FE | A0 | E7 | 0 | 25 | 9 | 0 | 13B | 62 | 51 |
| Octal | 376 | 240 | 347 | 0 | 45 | 11 | 0 | 473 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11100111 | 0 | 100101 | 1001 | 0 | 100111011 | 1100010 | 1010001 |
Color Harmonies of #FEA0E7
Complementary color
Monochromatic Colors of #FEA0E7
Black with #FEA0E7
Text Example
Text Example
White with #FEA0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0E7; }
p { color: rgb(254,160,231); }
H1.HeaderClassName
{
color: #FEA0E7;
}
.AnyTagClassName
{
color: #FEA0E7;
}
</style>
background-color css
<style>
a { background-color: #FEA0E7; }
a { background-color: rgb(254,160,231); }
div.DivClassName
{
background-color: #FEA0E7;
}
.BgClassName
{
background-color: #FEA0E7;
}
</style>
border-color css
<style>
span { border-color: #FEA0E7; }
span { border-color: rgb(254,160,231); }
td.TdClassName
{
border-color: #FEA0E7;
}
.TagClassName
{
border-color: #FEA0E7;
}
</style>