Shades of Lavender Rose #FAAAE0
Tints of Lavender Rose #FAAAE0
RGB
CMYK
RGB Variations
Color information
#FAAAE0 (or 0xFAAAE0) is known color: Lavender Rose. HEX triplet: FA, AA and E0. RGB value is (250,170,224). Sum of RGB (Red+Green+Blue) = 250+170+224=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAE0 is #05551F. Grayscale: #C7C7C7. Windows color (decimal): -349472 or 14723834. OLE color: 14723834.
HSL color Cylindrical-coordinate representation of color #FAAAE0: hue angle of 319.5º 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 #FAAAE0 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 224 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.02 |
| HSL | 319.5º | 0.89% | 0.82% | - |
| HSV(B) | 319.5º | 0.32% | 0.98% | - |
| XYZ | 67.25 | 54.46 | 77.49 | - |
| YUV | 200.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 224 | 0 | 0.32 | 0.10 | 0.02 | 319.5 | 0.89 | 0.82 |
| Hex | FA | AA | E0 | 0 | 20 | A | 2 | 140 | 59 | 52 |
| Octal | 372 | 252 | 340 | 0 | 40 | 12 | 2 | 500 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11100000 | 0 | 100000 | 1010 | 10 | 101000000 | 1011001 | 1010010 |
Color Harmonies of #FAAAE0
Complementary color
Monochromatic Colors of #FAAAE0
Black with #FAAAE0
Text Example
Text Example
White with #FAAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAE0; }
p { color: rgb(250,170,224); }
H1.HeaderClassName
{
color: #FAAAE0;
}
.AnyTagClassName
{
color: #FAAAE0;
}
</style>
background-color css
<style>
a { background-color: #FAAAE0; }
a { background-color: rgb(250,170,224); }
div.DivClassName
{
background-color: #FAAAE0;
}
.BgClassName
{
background-color: #FAAAE0;
}
</style>
border-color css
<style>
span { border-color: #FAAAE0; }
span { border-color: rgb(250,170,224); }
td.TdClassName
{
border-color: #FAAAE0;
}
.TagClassName
{
border-color: #FAAAE0;
}
</style>