Shades of Lavender Rose #FAA5EC
Tints of Lavender Rose #FAA5EC
RGB
CMYK
RGB Variations
Color information
#FAA5EC (or 0xFAA5EC) is known color: Lavender Rose. HEX triplet: FA, A5 and EC. RGB value is (250,165,236). Sum of RGB (Red+Green+Blue) = 250+165+236=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 165 (64.84% from 255 or 25.35% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA5EC is #055A13. Grayscale: #C6C6C6. Windows color (decimal): -350740 or 15508986. OLE color: 15508986.
HSL color Cylindrical-coordinate representation of color #FAA5EC: hue angle of 309.88º 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 #FAA5EC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 236 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.02 |
| HSL | 309.88º | 0.89% | 0.81% | - |
| HSV(B) | 309.88º | 0.34% | 0.98% | - |
| XYZ | 68.02 | 53.29 | 86.06 | - |
| YUV | 198.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 236 | 0 | 0.34 | 0.06 | 0.02 | 309.88 | 0.89 | 0.81 |
| Hex | FA | A5 | EC | 0 | 22 | 6 | 2 | 136 | 59 | 51 |
| Octal | 372 | 245 | 354 | 0 | 42 | 6 | 2 | 466 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11101100 | 0 | 100010 | 110 | 10 | 100110110 | 1011001 | 1010001 |
Color Harmonies of #FAA5EC
Complementary color
Monochromatic Colors of #FAA5EC
Black with #FAA5EC
Text Example
Text Example
White with #FAA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5EC; }
p { color: rgb(250,165,236); }
H1.HeaderClassName
{
color: #FAA5EC;
}
.AnyTagClassName
{
color: #FAA5EC;
}
</style>
background-color css
<style>
a { background-color: #FAA5EC; }
a { background-color: rgb(250,165,236); }
div.DivClassName
{
background-color: #FAA5EC;
}
.BgClassName
{
background-color: #FAA5EC;
}
</style>
border-color css
<style>
span { border-color: #FAA5EC; }
span { border-color: rgb(250,165,236); }
td.TdClassName
{
border-color: #FAA5EC;
}
.TagClassName
{
border-color: #FAA5EC;
}
</style>