Shades of Lavender Rose #FEA0FA
Tints of Lavender Rose #FEA0FA
RGB
CMYK
RGB Variations
Color information
#FEA0FA (or 0xFEA0FA) is known color: Lavender Rose. HEX triplet: FE, A0 and FA. RGB value is (254,160,250). Sum of RGB (Red+Green+Blue) = 254+160+250=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 160 (62.89% from 255 or 24.10% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0FA is #015F05. Grayscale: #C6C6C6. Windows color (decimal): -89862 or 16425214. OLE color: 16425214.
HSL color Cylindrical-coordinate representation of color #FEA0FA: hue angle of 302.55º 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 #FEA0FA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 250 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.00 |
| HSL | 302.55º | 0.98% | 0.81% | - |
| HSV(B) | 302.55º | 0.37% | 1% | - |
| XYZ | 70.7 | 53.11 | 96.97 | - |
| YUV | 198.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 250 | 0 | 0.37 | 0.02 | 0.00 | 302.55 | 0.98 | 0.81 |
| Hex | FE | A0 | FA | 0 | 25 | 2 | 0 | 12F | 62 | 51 |
| Octal | 376 | 240 | 372 | 0 | 45 | 2 | 0 | 457 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11111010 | 0 | 100101 | 10 | 0 | 100101111 | 1100010 | 1010001 |
Color Harmonies of #FEA0FA
Complementary color
Monochromatic Colors of #FEA0FA
Black with #FEA0FA
Text Example
Text Example
White with #FEA0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0FA; }
p { color: rgb(254,160,250); }
H1.HeaderClassName
{
color: #FEA0FA;
}
.AnyTagClassName
{
color: #FEA0FA;
}
</style>
background-color css
<style>
a { background-color: #FEA0FA; }
a { background-color: rgb(254,160,250); }
div.DivClassName
{
background-color: #FEA0FA;
}
.BgClassName
{
background-color: #FEA0FA;
}
</style>
border-color css
<style>
span { border-color: #FEA0FA; }
span { border-color: rgb(254,160,250); }
td.TdClassName
{
border-color: #FEA0FA;
}
.TagClassName
{
border-color: #FEA0FA;
}
</style>