Shades of Lavender Rose #FAA9EC
Tints of Lavender Rose #FAA9EC
RGB
CMYK
RGB Variations
Color information
#FAA9EC (or 0xFAA9EC) is known color: Lavender Rose. HEX triplet: FA, A9 and EC. RGB value is (250,169,236). Sum of RGB (Red+Green+Blue) = 250+169+236=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 169 (66.41% from 255 or 25.80% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA9EC is #055613. Grayscale: #C8C8C8. Windows color (decimal): -349716 or 15510010. OLE color: 15510010.
HSL color Cylindrical-coordinate representation of color #FAA9EC: hue angle of 310.37º 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 #FAA9EC is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 236 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.02 |
| HSL | 310.37º | 0.89% | 0.82% | - |
| HSV(B) | 310.37º | 0.32% | 0.98% | - |
| XYZ | 68.75 | 54.76 | 86.3 | - |
| YUV | 200.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 236 | 0 | 0.32 | 0.06 | 0.02 | 310.37 | 0.89 | 0.82 |
| Hex | FA | A9 | EC | 0 | 20 | 6 | 2 | 136 | 59 | 52 |
| Octal | 372 | 251 | 354 | 0 | 40 | 6 | 2 | 466 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11101100 | 0 | 100000 | 110 | 10 | 100110110 | 1011001 | 1010010 |
Color Harmonies of #FAA9EC
Complementary color
Monochromatic Colors of #FAA9EC
Black with #FAA9EC
Text Example
Text Example
White with #FAA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9EC; }
p { color: rgb(250,169,236); }
H1.HeaderClassName
{
color: #FAA9EC;
}
.AnyTagClassName
{
color: #FAA9EC;
}
</style>
background-color css
<style>
a { background-color: #FAA9EC; }
a { background-color: rgb(250,169,236); }
div.DivClassName
{
background-color: #FAA9EC;
}
.BgClassName
{
background-color: #FAA9EC;
}
</style>
border-color css
<style>
span { border-color: #FAA9EC; }
span { border-color: rgb(250,169,236); }
td.TdClassName
{
border-color: #FAA9EC;
}
.TagClassName
{
border-color: #FAA9EC;
}
</style>