Shades of Lavender Rose #FAA2EF
Tints of Lavender Rose #FAA2EF
RGB
CMYK
RGB Variations
Color information
#FAA2EF (or 0xFAA2EF) is known color: Lavender Rose. HEX triplet: FA, A2 and EF. RGB value is (250,162,239). Sum of RGB (Red+Green+Blue) = 250+162+239=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 162 (63.67% from 255 or 24.88% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA2EF is #055D10. Grayscale: #C4C4C4. Windows color (decimal): -351505 or 15704826. OLE color: 15704826.
HSL color Cylindrical-coordinate representation of color #FAA2EF: hue angle of 307.5º 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 #FAA2EF is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 239 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.02 |
| HSL | 307.5º | 0.9% | 0.81% | - |
| HSV(B) | 307.5º | 0.35% | 0.98% | - |
| XYZ | 67.92 | 52.4 | 88.19 | - |
| YUV | 197.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 239 | 0 | 0.35 | 0.04 | 0.02 | 307.5 | 0.9 | 0.81 |
| Hex | FA | A2 | EF | 0 | 23 | 4 | 2 | 134 | 5A | 51 |
| Octal | 372 | 242 | 357 | 0 | 43 | 4 | 2 | 464 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11101111 | 0 | 100011 | 100 | 10 | 100110100 | 1011010 | 1010001 |
Color Harmonies of #FAA2EF
Complementary color
Monochromatic Colors of #FAA2EF
Black with #FAA2EF
Text Example
Text Example
White with #FAA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2EF; }
p { color: rgb(250,162,239); }
H1.HeaderClassName
{
color: #FAA2EF;
}
.AnyTagClassName
{
color: #FAA2EF;
}
</style>
background-color css
<style>
a { background-color: #FAA2EF; }
a { background-color: rgb(250,162,239); }
div.DivClassName
{
background-color: #FAA2EF;
}
.BgClassName
{
background-color: #FAA2EF;
}
</style>
border-color css
<style>
span { border-color: #FAA2EF; }
span { border-color: rgb(250,162,239); }
td.TdClassName
{
border-color: #FAA2EF;
}
.TagClassName
{
border-color: #FAA2EF;
}
</style>