Shades of Lavender Rose #FAA2E0
Tints of Lavender Rose #FAA2E0
RGB
CMYK
RGB Variations
Color information
#FAA2E0 (or 0xFAA2E0) is known color: Lavender Rose. HEX triplet: FA, A2 and E0. RGB value is (250,162,224). Sum of RGB (Red+Green+Blue) = 250+162+224=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2E0 is #055D1F. Grayscale: #C3C3C3. Windows color (decimal): -351520 or 14721786. OLE color: 14721786.
HSL color Cylindrical-coordinate representation of color #FAA2E0: hue angle of 317.73º 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 #FAA2E0 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 224 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.02 |
| HSL | 317.73º | 0.9% | 0.81% | - |
| HSV(B) | 317.73º | 0.35% | 0.98% | - |
| XYZ | 65.8 | 51.55 | 77 | - |
| YUV | 195.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 224 | 0 | 0.35 | 0.10 | 0.02 | 317.73 | 0.9 | 0.81 |
| Hex | FA | A2 | E0 | 0 | 23 | A | 2 | 13E | 5A | 51 |
| Octal | 372 | 242 | 340 | 0 | 43 | 12 | 2 | 476 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11100000 | 0 | 100011 | 1010 | 10 | 100111110 | 1011010 | 1010001 |
Color Harmonies of #FAA2E0
Complementary color
Monochromatic Colors of #FAA2E0
Black with #FAA2E0
Text Example
Text Example
White with #FAA2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2E0; }
p { color: rgb(250,162,224); }
H1.HeaderClassName
{
color: #FAA2E0;
}
.AnyTagClassName
{
color: #FAA2E0;
}
</style>
background-color css
<style>
a { background-color: #FAA2E0; }
a { background-color: rgb(250,162,224); }
div.DivClassName
{
background-color: #FAA2E0;
}
.BgClassName
{
background-color: #FAA2E0;
}
</style>
border-color css
<style>
span { border-color: #FAA2E0; }
span { border-color: rgb(250,162,224); }
td.TdClassName
{
border-color: #FAA2E0;
}
.TagClassName
{
border-color: #FAA2E0;
}
</style>