Shades of Lavender Rose #FAAAE9
Tints of Lavender Rose #FAAAE9
RGB
CMYK
RGB Variations
Color information
#FAAAE9 (or 0xFAAAE9) is known color: Lavender Rose. HEX triplet: FA, AA and E9. RGB value is (250,170,233). Sum of RGB (Red+Green+Blue) = 250+170+233=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAE9 is #055516. Grayscale: #C8C8C8. Windows color (decimal): -349463 or 15313658. OLE color: 15313658.
HSL color Cylindrical-coordinate representation of color #FAAAE9: hue angle of 312.75º 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 #FAAAE9 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 233 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.02 |
| HSL | 312.75º | 0.89% | 0.82% | - |
| HSV(B) | 312.75º | 0.32% | 0.98% | - |
| XYZ | 68.51 | 54.96 | 84.09 | - |
| YUV | 201.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 233 | 0 | 0.32 | 0.07 | 0.02 | 312.75 | 0.89 | 0.82 |
| Hex | FA | AA | E9 | 0 | 20 | 7 | 2 | 139 | 59 | 52 |
| Octal | 372 | 252 | 351 | 0 | 40 | 7 | 2 | 471 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11101001 | 0 | 100000 | 111 | 10 | 100111001 | 1011001 | 1010010 |
Color Harmonies of #FAAAE9
Complementary color
Monochromatic Colors of #FAAAE9
Black with #FAAAE9
Text Example
Text Example
White with #FAAAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAE9; }
p { color: rgb(250,170,233); }
H1.HeaderClassName
{
color: #FAAAE9;
}
.AnyTagClassName
{
color: #FAAAE9;
}
</style>
background-color css
<style>
a { background-color: #FAAAE9; }
a { background-color: rgb(250,170,233); }
div.DivClassName
{
background-color: #FAAAE9;
}
.BgClassName
{
background-color: #FAAAE9;
}
</style>
border-color css
<style>
span { border-color: #FAAAE9; }
span { border-color: rgb(250,170,233); }
td.TdClassName
{
border-color: #FAAAE9;
}
.TagClassName
{
border-color: #FAAAE9;
}
</style>