Shades of Lavender Rose #FAA2EE
Tints of Lavender Rose #FAA2EE
RGB
CMYK
RGB Variations
Color information
#FAA2EE (or 0xFAA2EE) is known color: Lavender Rose. HEX triplet: FA, A2 and EE. RGB value is (250,162,238). Sum of RGB (Red+Green+Blue) = 250+162+238=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 162 (63.67% from 255 or 24.92% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA2EE is #055D11. Grayscale: #C4C4C4. Windows color (decimal): -351506 or 15639290. OLE color: 15639290.
HSL color Cylindrical-coordinate representation of color #FAA2EE: hue angle of 308.18º 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 #FAA2EE is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 238 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.02 |
| HSL | 308.18º | 0.9% | 0.81% | - |
| HSV(B) | 308.18º | 0.35% | 0.98% | - |
| XYZ | 67.78 | 52.34 | 87.42 | - |
| YUV | 196.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 238 | 0 | 0.35 | 0.05 | 0.02 | 308.18 | 0.9 | 0.81 |
| Hex | FA | A2 | EE | 0 | 23 | 5 | 2 | 134 | 5A | 51 |
| Octal | 372 | 242 | 356 | 0 | 43 | 5 | 2 | 464 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11101110 | 0 | 100011 | 101 | 10 | 100110100 | 1011010 | 1010001 |
Color Harmonies of #FAA2EE
Complementary color
Monochromatic Colors of #FAA2EE
Black with #FAA2EE
Text Example
Text Example
White with #FAA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2EE; }
p { color: rgb(250,162,238); }
H1.HeaderClassName
{
color: #FAA2EE;
}
.AnyTagClassName
{
color: #FAA2EE;
}
</style>
background-color css
<style>
a { background-color: #FAA2EE; }
a { background-color: rgb(250,162,238); }
div.DivClassName
{
background-color: #FAA2EE;
}
.BgClassName
{
background-color: #FAA2EE;
}
</style>
border-color css
<style>
span { border-color: #FAA2EE; }
span { border-color: rgb(250,162,238); }
td.TdClassName
{
border-color: #FAA2EE;
}
.TagClassName
{
border-color: #FAA2EE;
}
</style>