Shades of Lavender Rose #FAA2E2
Tints of Lavender Rose #FAA2E2
RGB
CMYK
RGB Variations
Color information
#FAA2E2 (or 0xFAA2E2) is known color: Lavender Rose. HEX triplet: FA, A2 and E2. RGB value is (250,162,226). Sum of RGB (Red+Green+Blue) = 250+162+226=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 162 (63.67% from 255 or 25.39% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2E2 is #055D1D. Grayscale: #C3C3C3. Windows color (decimal): -351518 or 14852858. OLE color: 14852858.
HSL color Cylindrical-coordinate representation of color #FAA2E2: hue angle of 316.36º 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 #FAA2E2 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 226 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.02 |
| HSL | 316.36º | 0.9% | 0.81% | - |
| HSV(B) | 316.36º | 0.35% | 0.98% | - |
| XYZ | 66.07 | 51.66 | 78.44 | - |
| YUV | 195.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 226 | 0 | 0.35 | 0.10 | 0.02 | 316.36 | 0.9 | 0.81 |
| Hex | FA | A2 | E2 | 0 | 23 | A | 2 | 13C | 5A | 51 |
| Octal | 372 | 242 | 342 | 0 | 43 | 12 | 2 | 474 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11100010 | 0 | 100011 | 1010 | 10 | 100111100 | 1011010 | 1010001 |
Color Harmonies of #FAA2E2
Complementary color
Monochromatic Colors of #FAA2E2
Black with #FAA2E2
Text Example
Text Example
White with #FAA2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2E2; }
p { color: rgb(250,162,226); }
H1.HeaderClassName
{
color: #FAA2E2;
}
.AnyTagClassName
{
color: #FAA2E2;
}
</style>
background-color css
<style>
a { background-color: #FAA2E2; }
a { background-color: rgb(250,162,226); }
div.DivClassName
{
background-color: #FAA2E2;
}
.BgClassName
{
background-color: #FAA2E2;
}
</style>
border-color css
<style>
span { border-color: #FAA2E2; }
span { border-color: rgb(250,162,226); }
td.TdClassName
{
border-color: #FAA2E2;
}
.TagClassName
{
border-color: #FAA2E2;
}
</style>