Shades of Lavender Rose #FAA5ED
Tints of Lavender Rose #FAA5ED
RGB
CMYK
RGB Variations
Color information
#FAA5ED (or 0xFAA5ED) is known color: Lavender Rose. HEX triplet: FA, A5 and ED. RGB value is (250,165,237). Sum of RGB (Red+Green+Blue) = 250+165+237=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 165 (64.84% from 255 or 25.31% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA5ED is #055A12. Grayscale: #C6C6C6. Windows color (decimal): -350739 or 15574522. OLE color: 15574522.
HSL color Cylindrical-coordinate representation of color #FAA5ED: hue angle of 309.18º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA5ED is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 237 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.02 |
| HSL | 309.18º | 0.89% | 0.81% | - |
| HSV(B) | 309.18º | 0.34% | 0.98% | - |
| XYZ | 68.17 | 53.35 | 86.83 | - |
| YUV | 198.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 237 | 0 | 0.34 | 0.05 | 0.02 | 309.18 | 0.89 | 0.81 |
| Hex | FA | A5 | ED | 0 | 22 | 5 | 2 | 135 | 59 | 51 |
| Octal | 372 | 245 | 355 | 0 | 42 | 5 | 2 | 465 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11101101 | 0 | 100010 | 101 | 10 | 100110101 | 1011001 | 1010001 |
Color Harmonies of #FAA5ED
Complementary color
Monochromatic Colors of #FAA5ED
Black with #FAA5ED
Text Example
Text Example
White with #FAA5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5ED; }
p { color: rgb(250,165,237); }
H1.HeaderClassName
{
color: #FAA5ED;
}
.AnyTagClassName
{
color: #FAA5ED;
}
</style>
background-color css
<style>
a { background-color: #FAA5ED; }
a { background-color: rgb(250,165,237); }
div.DivClassName
{
background-color: #FAA5ED;
}
.BgClassName
{
background-color: #FAA5ED;
}
</style>
border-color css
<style>
span { border-color: #FAA5ED; }
span { border-color: rgb(250,165,237); }
td.TdClassName
{
border-color: #FAA5ED;
}
.TagClassName
{
border-color: #FAA5ED;
}
</style>