Shades of Lavender Rose #FAAAE7
Tints of Lavender Rose #FAAAE7
RGB
CMYK
RGB Variations
Color information
#FAAAE7 (or 0xFAAAE7) is known color: Lavender Rose. HEX triplet: FA, AA and E7. RGB value is (250,170,231). Sum of RGB (Red+Green+Blue) = 250+170+231=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAE7 is #055518. Grayscale: #C8C8C8. Windows color (decimal): -349465 or 15182586. OLE color: 15182586.
HSL color Cylindrical-coordinate representation of color #FAAAE7: hue angle of 314.25º 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 #FAAAE7 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 231 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.02 |
| HSL | 314.25º | 0.89% | 0.82% | - |
| HSV(B) | 314.25º | 0.32% | 0.98% | - |
| XYZ | 68.22 | 54.84 | 82.59 | - |
| YUV | 200.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 231 | 0 | 0.32 | 0.08 | 0.02 | 314.25 | 0.89 | 0.82 |
| Hex | FA | AA | E7 | 0 | 20 | 8 | 2 | 13A | 59 | 52 |
| Octal | 372 | 252 | 347 | 0 | 40 | 10 | 2 | 472 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11100111 | 0 | 100000 | 1000 | 10 | 100111010 | 1011001 | 1010010 |
Color Harmonies of #FAAAE7
Complementary color
Monochromatic Colors of #FAAAE7
Black with #FAAAE7
Text Example
Text Example
White with #FAAAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAE7; }
p { color: rgb(250,170,231); }
H1.HeaderClassName
{
color: #FAAAE7;
}
.AnyTagClassName
{
color: #FAAAE7;
}
</style>
background-color css
<style>
a { background-color: #FAAAE7; }
a { background-color: rgb(250,170,231); }
div.DivClassName
{
background-color: #FAAAE7;
}
.BgClassName
{
background-color: #FAAAE7;
}
</style>
border-color css
<style>
span { border-color: #FAAAE7; }
span { border-color: rgb(250,170,231); }
td.TdClassName
{
border-color: #FAAAE7;
}
.TagClassName
{
border-color: #FAAAE7;
}
</style>