Shades of Lavender Rose #FAA9ED
Tints of Lavender Rose #FAA9ED
RGB
CMYK
RGB Variations
Color information
#FAA9ED (or 0xFAA9ED) is known color: Lavender Rose. HEX triplet: FA, A9 and ED. RGB value is (250,169,237). Sum of RGB (Red+Green+Blue) = 250+169+237=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 169 (66.41% from 255 or 25.76% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA9ED is #055612. Grayscale: #C8C8C8. Windows color (decimal): -349715 or 15575546. OLE color: 15575546.
HSL color Cylindrical-coordinate representation of color #FAA9ED: hue angle of 309.63º 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 #FAA9ED is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 237 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.02 |
| HSL | 309.63º | 0.89% | 0.82% | - |
| HSV(B) | 309.63º | 0.32% | 0.98% | - |
| XYZ | 68.9 | 54.81 | 87.07 | - |
| YUV | 200.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 237 | 0 | 0.32 | 0.05 | 0.02 | 309.63 | 0.89 | 0.82 |
| Hex | FA | A9 | ED | 0 | 20 | 5 | 2 | 136 | 59 | 52 |
| Octal | 372 | 251 | 355 | 0 | 40 | 5 | 2 | 466 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11101101 | 0 | 100000 | 101 | 10 | 100110110 | 1011001 | 1010010 |
Color Harmonies of #FAA9ED
Complementary color
Monochromatic Colors of #FAA9ED
Black with #FAA9ED
Text Example
Text Example
White with #FAA9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9ED; }
p { color: rgb(250,169,237); }
H1.HeaderClassName
{
color: #FAA9ED;
}
.AnyTagClassName
{
color: #FAA9ED;
}
</style>
background-color css
<style>
a { background-color: #FAA9ED; }
a { background-color: rgb(250,169,237); }
div.DivClassName
{
background-color: #FAA9ED;
}
.BgClassName
{
background-color: #FAA9ED;
}
</style>
border-color css
<style>
span { border-color: #FAA9ED; }
span { border-color: rgb(250,169,237); }
td.TdClassName
{
border-color: #FAA9ED;
}
.TagClassName
{
border-color: #FAA9ED;
}
</style>