Shades of Lavender Rose #FAAAE2
Tints of Lavender Rose #FAAAE2
RGB
CMYK
RGB Variations
Color information
#FAAAE2 (or 0xFAAAE2) is known color: Lavender Rose. HEX triplet: FA, AA and E2. RGB value is (250,170,226). Sum of RGB (Red+Green+Blue) = 250+170+226=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAE2 is #05551D. Grayscale: #C8C8C8. Windows color (decimal): -349470 or 14854906. OLE color: 14854906.
HSL color Cylindrical-coordinate representation of color #FAAAE2: hue angle of 318º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAE2 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 226 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.02 |
| HSL | 318º | 0.89% | 0.82% | - |
| HSV(B) | 318º | 0.32% | 0.98% | - |
| XYZ | 67.53 | 54.56 | 78.92 | - |
| YUV | 200.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 226 | 0 | 0.32 | 0.10 | 0.02 | 318 | 0.89 | 0.82 |
| Hex | FA | AA | E2 | 0 | 20 | A | 2 | 13E | 59 | 52 |
| Octal | 372 | 252 | 342 | 0 | 40 | 12 | 2 | 476 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11100010 | 0 | 100000 | 1010 | 10 | 100111110 | 1011001 | 1010010 |
Color Harmonies of #FAAAE2
Complementary color
Monochromatic Colors of #FAAAE2
Black with #FAAAE2
Text Example
Text Example
White with #FAAAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAE2; }
p { color: rgb(250,170,226); }
H1.HeaderClassName
{
color: #FAAAE2;
}
.AnyTagClassName
{
color: #FAAAE2;
}
</style>
background-color css
<style>
a { background-color: #FAAAE2; }
a { background-color: rgb(250,170,226); }
div.DivClassName
{
background-color: #FAAAE2;
}
.BgClassName
{
background-color: #FAAAE2;
}
</style>
border-color css
<style>
span { border-color: #FAAAE2; }
span { border-color: rgb(250,170,226); }
td.TdClassName
{
border-color: #FAAAE2;
}
.TagClassName
{
border-color: #FAAAE2;
}
</style>