Shades of Lavender Rose #FAA9F2
Tints of Lavender Rose #FAA9F2
RGB
CMYK
RGB Variations
Color information
#FAA9F2 (or 0xFAA9F2) is known color: Lavender Rose. HEX triplet: FA, A9 and F2. RGB value is (250,169,242). Sum of RGB (Red+Green+Blue) = 250+169+242=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 169 (66.41% from 255 or 25.57% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA9F2 is #05560D. Grayscale: #C9C9C9. Windows color (decimal): -349710 or 15903226. OLE color: 15903226.
HSL color Cylindrical-coordinate representation of color #FAA9F2: hue angle of 305.93º 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 #FAA9F2 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 242 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.02 |
| HSL | 305.93º | 0.89% | 0.82% | - |
| HSV(B) | 305.93º | 0.32% | 0.98% | - |
| XYZ | 69.64 | 55.11 | 90.97 | - |
| YUV | 201.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 242 | 0 | 0.32 | 0.03 | 0.02 | 305.93 | 0.89 | 0.82 |
| Hex | FA | A9 | F2 | 0 | 20 | 3 | 2 | 132 | 59 | 52 |
| Octal | 372 | 251 | 362 | 0 | 40 | 3 | 2 | 462 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11110010 | 0 | 100000 | 11 | 10 | 100110010 | 1011001 | 1010010 |
Color Harmonies of #FAA9F2
Complementary color
Monochromatic Colors of #FAA9F2
Black with #FAA9F2
Text Example
Text Example
White with #FAA9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9F2; }
p { color: rgb(250,169,242); }
H1.HeaderClassName
{
color: #FAA9F2;
}
.AnyTagClassName
{
color: #FAA9F2;
}
</style>
background-color css
<style>
a { background-color: #FAA9F2; }
a { background-color: rgb(250,169,242); }
div.DivClassName
{
background-color: #FAA9F2;
}
.BgClassName
{
background-color: #FAA9F2;
}
</style>
border-color css
<style>
span { border-color: #FAA9F2; }
span { border-color: rgb(250,169,242); }
td.TdClassName
{
border-color: #FAA9F2;
}
.TagClassName
{
border-color: #FAA9F2;
}
</style>