Shades of Lavender Rose #FAAAE5
Tints of Lavender Rose #FAAAE5
RGB
CMYK
RGB Variations
Color information
#FAAAE5 (or 0xFAAAE5) is known color: Lavender Rose. HEX triplet: FA, AA and E5. RGB value is (250,170,229). Sum of RGB (Red+Green+Blue) = 250+170+229=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAE5 is #05551A. Grayscale: #C8C8C8. Windows color (decimal): -349467 or 15051514. OLE color: 15051514.
HSL color Cylindrical-coordinate representation of color #FAAAE5: hue angle of 315.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 #FAAAE5 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 229 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.02 |
| HSL | 315.75º | 0.89% | 0.82% | - |
| HSV(B) | 315.75º | 0.32% | 0.98% | - |
| XYZ | 67.94 | 54.73 | 81.11 | - |
| YUV | 200.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 229 | 0 | 0.32 | 0.08 | 0.02 | 315.75 | 0.89 | 0.82 |
| Hex | FA | AA | E5 | 0 | 20 | 8 | 2 | 13C | 59 | 52 |
| Octal | 372 | 252 | 345 | 0 | 40 | 10 | 2 | 474 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11100101 | 0 | 100000 | 1000 | 10 | 100111100 | 1011001 | 1010010 |
Color Harmonies of #FAAAE5
Complementary color
Monochromatic Colors of #FAAAE5
Black with #FAAAE5
Text Example
Text Example
White with #FAAAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAE5; }
p { color: rgb(250,170,229); }
H1.HeaderClassName
{
color: #FAAAE5;
}
.AnyTagClassName
{
color: #FAAAE5;
}
</style>
background-color css
<style>
a { background-color: #FAAAE5; }
a { background-color: rgb(250,170,229); }
div.DivClassName
{
background-color: #FAAAE5;
}
.BgClassName
{
background-color: #FAAAE5;
}
</style>
border-color css
<style>
span { border-color: #FAAAE5; }
span { border-color: rgb(250,170,229); }
td.TdClassName
{
border-color: #FAAAE5;
}
.TagClassName
{
border-color: #FAAAE5;
}
</style>