Shades of Lavender Rose #FAA9FA
Tints of Lavender Rose #FAA9FA
RGB
CMYK
RGB Variations
Color information
#FAA9FA (or 0xFAA9FA) is known color: Lavender Rose. HEX triplet: FA, A9 and FA. RGB value is (250,169,250). Sum of RGB (Red+Green+Blue) = 250+169+250=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 169 (66.41% from 255 or 25.26% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAA9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA9FA is #055605. Grayscale: #CACACA. Windows color (decimal): -349702 or 16427514. OLE color: 16427514.
HSL color Cylindrical-coordinate representation of color #FAA9FA: hue angle of 300º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAA9FA is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 250 | - |
| CMYK | 0 | 0.32 | 0 | 0.02 |
| HSL | 300º | 0.89% | 0.82% | - |
| HSV(B) | 300º | 0.32% | 0.98% | - |
| XYZ | 70.87 | 55.6 | 97.44 | - |
| YUV | 202.45 | 154.84 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 250 | 0 | 0.32 | 0 | 0.02 | 300 | 0.89 | 0.82 |
| Hex | FA | A9 | FA | 0 | 20 | 0 | 2 | 12C | 59 | 52 |
| Octal | 372 | 251 | 372 | 0 | 40 | 0 | 2 | 454 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11111010 | 0 | 100000 | 0 | 10 | 100101100 | 1011001 | 1010010 |
Color Harmonies of #FAA9FA
Complementary color
Monochromatic Colors of #FAA9FA
Black with #FAA9FA
Text Example
Text Example
White with #FAA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9FA; }
p { color: rgb(250,169,250); }
H1.HeaderClassName
{
color: #FAA9FA;
}
.AnyTagClassName
{
color: #FAA9FA;
}
</style>
background-color css
<style>
a { background-color: #FAA9FA; }
a { background-color: rgb(250,169,250); }
div.DivClassName
{
background-color: #FAA9FA;
}
.BgClassName
{
background-color: #FAA9FA;
}
</style>
border-color css
<style>
span { border-color: #FAA9FA; }
span { border-color: rgb(250,169,250); }
td.TdClassName
{
border-color: #FAA9FA;
}
.TagClassName
{
border-color: #FAA9FA;
}
</style>