Shades of Lavender Rose #FAA0E2
Tints of Lavender Rose #FAA0E2
RGB
CMYK
RGB Variations
Color information
#FAA0E2 (or 0xFAA0E2) is known color: Lavender Rose. HEX triplet: FA, A0 and E2. RGB value is (250,160,226). Sum of RGB (Red+Green+Blue) = 250+160+226=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0E2 is #055F1D. Grayscale: #C2C2C2. Windows color (decimal): -352030 or 14852346. OLE color: 14852346.
HSL color Cylindrical-coordinate representation of color #FAA0E2: hue angle of 316º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0E2 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 226 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.02 |
| HSL | 316º | 0.9% | 0.8% | - |
| HSV(B) | 316º | 0.36% | 0.98% | - |
| XYZ | 65.72 | 50.96 | 78.32 | - |
| YUV | 194.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 226 | 0 | 0.36 | 0.10 | 0.02 | 316 | 0.9 | 0.8 |
| Hex | FA | A0 | E2 | 0 | 24 | A | 2 | 13C | 5A | 50 |
| Octal | 372 | 240 | 342 | 0 | 44 | 12 | 2 | 474 | 132 | 120 |
| Binary | 11111010 | 10100000 | 11100010 | 0 | 100100 | 1010 | 10 | 100111100 | 1011010 | 1010000 |
Color Harmonies of #FAA0E2
Complementary color
Monochromatic Colors of #FAA0E2
Black with #FAA0E2
Text Example
Text Example
White with #FAA0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0E2; }
p { color: rgb(250,160,226); }
H1.HeaderClassName
{
color: #FAA0E2;
}
.AnyTagClassName
{
color: #FAA0E2;
}
</style>
background-color css
<style>
a { background-color: #FAA0E2; }
a { background-color: rgb(250,160,226); }
div.DivClassName
{
background-color: #FAA0E2;
}
.BgClassName
{
background-color: #FAA0E2;
}
</style>
border-color css
<style>
span { border-color: #FAA0E2; }
span { border-color: rgb(250,160,226); }
td.TdClassName
{
border-color: #FAA0E2;
}
.TagClassName
{
border-color: #FAA0E2;
}
</style>