Shades of Lavender Rose #FAA2FA
Tints of Lavender Rose #FAA2FA
RGB
CMYK
RGB Variations
Color information
#FAA2FA (or 0xFAA2FA) is known color: Lavender Rose. HEX triplet: FA, A2 and FA. RGB value is (250,162,250). Sum of RGB (Red+Green+Blue) = 250+162+250=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 162 (63.67% from 255 or 24.47% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAA2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA2FA is #055D05. Grayscale: #C6C6C6. Windows color (decimal): -351494 or 16425722. OLE color: 16425722.
HSL color Cylindrical-coordinate representation of color #FAA2FA: hue angle of 300º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2FA is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 250 | - |
| CMYK | 0 | 0.35 | 0 | 0.02 |
| HSL | 300º | 0.9% | 0.81% | - |
| HSV(B) | 300º | 0.35% | 0.98% | - |
| XYZ | 69.6 | 53.07 | 97.02 | - |
| YUV | 198.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 250 | 0 | 0.35 | 0 | 0.02 | 300 | 0.9 | 0.81 |
| Hex | FA | A2 | FA | 0 | 23 | 0 | 2 | 12C | 5A | 51 |
| Octal | 372 | 242 | 372 | 0 | 43 | 0 | 2 | 454 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11111010 | 0 | 100011 | 0 | 10 | 100101100 | 1011010 | 1010001 |
Color Harmonies of #FAA2FA
Complementary color
Monochromatic Colors of #FAA2FA
Black with #FAA2FA
Text Example
Text Example
White with #FAA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2FA; }
p { color: rgb(250,162,250); }
H1.HeaderClassName
{
color: #FAA2FA;
}
.AnyTagClassName
{
color: #FAA2FA;
}
</style>
background-color css
<style>
a { background-color: #FAA2FA; }
a { background-color: rgb(250,162,250); }
div.DivClassName
{
background-color: #FAA2FA;
}
.BgClassName
{
background-color: #FAA2FA;
}
</style>
border-color css
<style>
span { border-color: #FAA2FA; }
span { border-color: rgb(250,162,250); }
td.TdClassName
{
border-color: #FAA2FA;
}
.TagClassName
{
border-color: #FAA2FA;
}
</style>