Shades of Lavender Rose #FEA1FA
Tints of Lavender Rose #FEA1FA
RGB
CMYK
RGB Variations
Color information
#FEA1FA (or 0xFEA1FA) is known color: Lavender Rose. HEX triplet: FE, A1 and FA. RGB value is (254,161,250). Sum of RGB (Red+Green+Blue) = 254+161+250=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 161 (63.28% from 255 or 24.21% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1FA is #015E05. Grayscale: #C6C6C6. Windows color (decimal): -89606 or 16425470. OLE color: 16425470.
HSL color Cylindrical-coordinate representation of color #FEA1FA: hue angle of 302.58º 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 #FEA1FA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 250 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.00 |
| HSL | 302.58º | 0.98% | 0.81% | - |
| HSV(B) | 302.58º | 0.37% | 1% | - |
| XYZ | 70.87 | 53.46 | 97.03 | - |
| YUV | 198.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 250 | 0 | 0.37 | 0.02 | 0.00 | 302.58 | 0.98 | 0.81 |
| Hex | FE | A1 | FA | 0 | 25 | 2 | 0 | 12F | 62 | 51 |
| Octal | 376 | 241 | 372 | 0 | 45 | 2 | 0 | 457 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11111010 | 0 | 100101 | 10 | 0 | 100101111 | 1100010 | 1010001 |
Color Harmonies of #FEA1FA
Complementary color
Monochromatic Colors of #FEA1FA
Black with #FEA1FA
Text Example
Text Example
White with #FEA1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1FA; }
p { color: rgb(254,161,250); }
H1.HeaderClassName
{
color: #FEA1FA;
}
.AnyTagClassName
{
color: #FEA1FA;
}
</style>
background-color css
<style>
a { background-color: #FEA1FA; }
a { background-color: rgb(254,161,250); }
div.DivClassName
{
background-color: #FEA1FA;
}
.BgClassName
{
background-color: #FEA1FA;
}
</style>
border-color css
<style>
span { border-color: #FEA1FA; }
span { border-color: rgb(254,161,250); }
td.TdClassName
{
border-color: #FEA1FA;
}
.TagClassName
{
border-color: #FEA1FA;
}
</style>