Shades of Lavender Rose #FEA2FF
Tints of Lavender Rose #FEA2FF
RGB
CMYK
RGB Variations
Color information
#FEA2FF (or 0xFEA2FF) is known color: Lavender Rose. HEX triplet: FE, A2 and FF. RGB value is (254,162,255). Sum of RGB (Red+Green+Blue) = 254+162+255=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 162 (63.67% from 255 or 24.14% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2FF is #015D00. Grayscale: #C7C7C7. Windows color (decimal): -89345 or 16753406. OLE color: 16753406.
HSL color Cylindrical-coordinate representation of color #FEA2FF: hue angle of 299.35º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2FF is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 162 | 255 | - |
| CMYK | 0.00 | 0.36 | 0 | 0 |
| HSL | 299.35º | 1% | 0.82% | - |
| HSV(B) | 299.35º | 0.36% | 1% | - |
| XYZ | 71.84 | 54.13 | 101.27 | - |
| YUV | 200.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 255 | 0.00 | 0.36 | 0 | 0 | 299.35 | 1 | 0.82 |
| Hex | FE | A2 | FF | 0 | 24 | 0 | 0 | 12B | 64 | 52 |
| Octal | 376 | 242 | 377 | 0 | 44 | 0 | 0 | 453 | 144 | 122 |
| Binary | 11111110 | 10100010 | 11111111 | 0 | 100100 | 0 | 0 | 100101011 | 1100100 | 1010010 |
Color Harmonies of #FEA2FF
Complementary color
Monochromatic Colors of #FEA2FF
Black with #FEA2FF
Text Example
Text Example
White with #FEA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2FF; }
p { color: rgb(254,162,255); }
H1.HeaderClassName
{
color: #FEA2FF;
}
.AnyTagClassName
{
color: #FEA2FF;
}
</style>
background-color css
<style>
a { background-color: #FEA2FF; }
a { background-color: rgb(254,162,255); }
div.DivClassName
{
background-color: #FEA2FF;
}
.BgClassName
{
background-color: #FEA2FF;
}
</style>
border-color css
<style>
span { border-color: #FEA2FF; }
span { border-color: rgb(254,162,255); }
td.TdClassName
{
border-color: #FEA2FF;
}
.TagClassName
{
border-color: #FEA2FF;
}
</style>