Shades of Lavender Rose #F9A1FA
Tints of Lavender Rose #F9A1FA
RGB
CMYK
RGB Variations
Color information
#F9A1FA (or 0xF9A1FA) is known color: Lavender Rose. HEX triplet: F9, A1 and FA. RGB value is (249,161,250). Sum of RGB (Red+Green+Blue) = 249+161+250=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 161 (63.28% from 255 or 24.39% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9A1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A1FA is #065E05. Grayscale: #C5C5C5. Windows color (decimal): -417286 or 16425465. OLE color: 16425465.
HSL color Cylindrical-coordinate representation of color #F9A1FA: hue angle of 299.33º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A1FA is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 250 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.02 |
| HSL | 299.33º | 0.9% | 0.81% | - |
| HSV(B) | 299.33º | 0.36% | 0.98% | - |
| XYZ | 69.07 | 52.53 | 96.94 | - |
| YUV | 197.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 250 | 0.00 | 0.36 | 0 | 0.02 | 299.33 | 0.9 | 0.81 |
| Hex | F9 | A1 | FA | 0 | 24 | 0 | 2 | 12B | 5A | 51 |
| Octal | 371 | 241 | 372 | 0 | 44 | 0 | 2 | 453 | 132 | 121 |
| Binary | 11111001 | 10100001 | 11111010 | 0 | 100100 | 0 | 10 | 100101011 | 1011010 | 1010001 |
Color Harmonies of #F9A1FA
Complementary color
Monochromatic Colors of #F9A1FA
Black with #F9A1FA
Text Example
Text Example
White with #F9A1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A1FA; }
p { color: rgb(249,161,250); }
H1.HeaderClassName
{
color: #F9A1FA;
}
.AnyTagClassName
{
color: #F9A1FA;
}
</style>
background-color css
<style>
a { background-color: #F9A1FA; }
a { background-color: rgb(249,161,250); }
div.DivClassName
{
background-color: #F9A1FA;
}
.BgClassName
{
background-color: #F9A1FA;
}
</style>
border-color css
<style>
span { border-color: #F9A1FA; }
span { border-color: rgb(249,161,250); }
td.TdClassName
{
border-color: #F9A1FA;
}
.TagClassName
{
border-color: #F9A1FA;
}
</style>