Shades of Lavender Rose #FAA2F7
Tints of Lavender Rose #FAA2F7
RGB
CMYK
RGB Variations
Color information
#FAA2F7 (or 0xFAA2F7) is known color: Lavender Rose. HEX triplet: FA, A2 and F7. RGB value is (250,162,247). Sum of RGB (Red+Green+Blue) = 250+162+247=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 162 (63.67% from 255 or 24.58% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA2F7 is #055D08. Grayscale: #C5C5C5. Windows color (decimal): -351497 or 16229114. OLE color: 16229114.
HSL color Cylindrical-coordinate representation of color #FAA2F7: hue angle of 302.05º 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 #FAA2F7 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 247 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.02 |
| HSL | 302.05º | 0.9% | 0.81% | - |
| HSV(B) | 302.05º | 0.35% | 0.98% | - |
| XYZ | 69.13 | 52.88 | 94.56 | - |
| YUV | 198 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 247 | 0 | 0.35 | 0.01 | 0.02 | 302.05 | 0.9 | 0.81 |
| Hex | FA | A2 | F7 | 0 | 23 | 1 | 2 | 12E | 5A | 51 |
| Octal | 372 | 242 | 367 | 0 | 43 | 1 | 2 | 456 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11110111 | 0 | 100011 | 1 | 10 | 100101110 | 1011010 | 1010001 |
Color Harmonies of #FAA2F7
Complementary color
Monochromatic Colors of #FAA2F7
Black with #FAA2F7
Text Example
Text Example
White with #FAA2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2F7; }
p { color: rgb(250,162,247); }
H1.HeaderClassName
{
color: #FAA2F7;
}
.AnyTagClassName
{
color: #FAA2F7;
}
</style>
background-color css
<style>
a { background-color: #FAA2F7; }
a { background-color: rgb(250,162,247); }
div.DivClassName
{
background-color: #FAA2F7;
}
.BgClassName
{
background-color: #FAA2F7;
}
</style>
border-color css
<style>
span { border-color: #FAA2F7; }
span { border-color: rgb(250,162,247); }
td.TdClassName
{
border-color: #FAA2F7;
}
.TagClassName
{
border-color: #FAA2F7;
}
</style>