Shades of Lavender Rose #FAAAE3
Tints of Lavender Rose #FAAAE3
RGB
CMYK
RGB Variations
Color information
#FAAAE3 (or 0xFAAAE3) is known color: Lavender Rose. HEX triplet: FA, AA and E3. RGB value is (250,170,227). Sum of RGB (Red+Green+Blue) = 250+170+227=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAE3 is #05551C. Grayscale: #C8C8C8. Windows color (decimal): -349469 or 14920442. OLE color: 14920442.
HSL color Cylindrical-coordinate representation of color #FAAAE3: hue angle of 317.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 #FAAAE3 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 227 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.02 |
| HSL | 317.25º | 0.89% | 0.82% | - |
| HSV(B) | 317.25º | 0.32% | 0.98% | - |
| XYZ | 67.66 | 54.62 | 79.65 | - |
| YUV | 200.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 227 | 0 | 0.32 | 0.09 | 0.02 | 317.25 | 0.89 | 0.82 |
| Hex | FA | AA | E3 | 0 | 20 | 9 | 2 | 13D | 59 | 52 |
| Octal | 372 | 252 | 343 | 0 | 40 | 11 | 2 | 475 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11100011 | 0 | 100000 | 1001 | 10 | 100111101 | 1011001 | 1010010 |
Color Harmonies of #FAAAE3
Complementary color
Monochromatic Colors of #FAAAE3
Black with #FAAAE3
Text Example
Text Example
White with #FAAAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAE3; }
p { color: rgb(250,170,227); }
H1.HeaderClassName
{
color: #FAAAE3;
}
.AnyTagClassName
{
color: #FAAAE3;
}
</style>
background-color css
<style>
a { background-color: #FAAAE3; }
a { background-color: rgb(250,170,227); }
div.DivClassName
{
background-color: #FAAAE3;
}
.BgClassName
{
background-color: #FAAAE3;
}
</style>
border-color css
<style>
span { border-color: #FAAAE3; }
span { border-color: rgb(250,170,227); }
td.TdClassName
{
border-color: #FAAAE3;
}
.TagClassName
{
border-color: #FAAAE3;
}
</style>