Shades of Lavender Rose #FAAAED
Tints of Lavender Rose #FAAAED
RGB
CMYK
RGB Variations
Color information
#FAAAED (or 0xFAAAED) is known color: Lavender Rose. HEX triplet: FA, AA and ED. RGB value is (250,170,237). Sum of RGB (Red+Green+Blue) = 250+170+237=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 170 (66.80% from 255 or 25.88% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAED is #055512. Grayscale: #C9C9C9. Windows color (decimal): -349459 or 15575802. OLE color: 15575802.
HSL color Cylindrical-coordinate representation of color #FAAAED: hue angle of 309.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 #FAAAED is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 237 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.02 |
| HSL | 309.75º | 0.89% | 0.82% | - |
| HSV(B) | 309.75º | 0.32% | 0.98% | - |
| XYZ | 69.09 | 55.19 | 87.13 | - |
| YUV | 201.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 237 | 0 | 0.32 | 0.05 | 0.02 | 309.75 | 0.89 | 0.82 |
| Hex | FA | AA | ED | 0 | 20 | 5 | 2 | 136 | 59 | 52 |
| Octal | 372 | 252 | 355 | 0 | 40 | 5 | 2 | 466 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11101101 | 0 | 100000 | 101 | 10 | 100110110 | 1011001 | 1010010 |
Color Harmonies of #FAAAED
Complementary color
Monochromatic Colors of #FAAAED
Black with #FAAAED
Text Example
Text Example
White with #FAAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAED; }
p { color: rgb(250,170,237); }
H1.HeaderClassName
{
color: #FAAAED;
}
.AnyTagClassName
{
color: #FAAAED;
}
</style>
background-color css
<style>
a { background-color: #FAAAED; }
a { background-color: rgb(250,170,237); }
div.DivClassName
{
background-color: #FAAAED;
}
.BgClassName
{
background-color: #FAAAED;
}
</style>
border-color css
<style>
span { border-color: #FAAAED; }
span { border-color: rgb(250,170,237); }
td.TdClassName
{
border-color: #FAAAED;
}
.TagClassName
{
border-color: #FAAAED;
}
</style>