Shades of Lavender Rose #FAA6EC
Tints of Lavender Rose #FAA6EC
RGB
CMYK
RGB Variations
Color information
#FAA6EC (or 0xFAA6EC) is known color: Lavender Rose. HEX triplet: FA, A6 and EC. RGB value is (250,166,236). Sum of RGB (Red+Green+Blue) = 250+166+236=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 166 (65.23% from 255 or 25.46% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA6EC is #055913. Grayscale: #C6C6C6. Windows color (decimal): -350484 or 15509242. OLE color: 15509242.
HSL color Cylindrical-coordinate representation of color #FAA6EC: hue angle of 310º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6EC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 236 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.02 |
| HSL | 310º | 0.89% | 0.82% | - |
| HSV(B) | 310º | 0.34% | 0.98% | - |
| XYZ | 68.2 | 53.65 | 86.12 | - |
| YUV | 199.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 236 | 0 | 0.34 | 0.06 | 0.02 | 310 | 0.89 | 0.82 |
| Hex | FA | A6 | EC | 0 | 22 | 6 | 2 | 136 | 59 | 52 |
| Octal | 372 | 246 | 354 | 0 | 42 | 6 | 2 | 466 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11101100 | 0 | 100010 | 110 | 10 | 100110110 | 1011001 | 1010010 |
Color Harmonies of #FAA6EC
Complementary color
Monochromatic Colors of #FAA6EC
Black with #FAA6EC
Text Example
Text Example
White with #FAA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6EC; }
p { color: rgb(250,166,236); }
H1.HeaderClassName
{
color: #FAA6EC;
}
.AnyTagClassName
{
color: #FAA6EC;
}
</style>
background-color css
<style>
a { background-color: #FAA6EC; }
a { background-color: rgb(250,166,236); }
div.DivClassName
{
background-color: #FAA6EC;
}
.BgClassName
{
background-color: #FAA6EC;
}
</style>
border-color css
<style>
span { border-color: #FAA6EC; }
span { border-color: rgb(250,166,236); }
td.TdClassName
{
border-color: #FAA6EC;
}
.TagClassName
{
border-color: #FAA6EC;
}
</style>