Shades of Lavender Rose #FAA2EC
Tints of Lavender Rose #FAA2EC
RGB
CMYK
RGB Variations
Color information
#FAA2EC (or 0xFAA2EC) is known color: Lavender Rose. HEX triplet: FA, A2 and EC. RGB value is (250,162,236). Sum of RGB (Red+Green+Blue) = 250+162+236=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 162 (63.67% from 255 or 25% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA2EC is #055D13. Grayscale: #C4C4C4. Windows color (decimal): -351508 or 15508218. OLE color: 15508218.
HSL color Cylindrical-coordinate representation of color #FAA2EC: hue angle of 309.55º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2EC is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 236 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.02 |
| HSL | 309.55º | 0.9% | 0.81% | - |
| HSV(B) | 309.55º | 0.35% | 0.98% | - |
| XYZ | 67.49 | 52.22 | 85.88 | - |
| YUV | 196.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 236 | 0 | 0.35 | 0.06 | 0.02 | 309.55 | 0.9 | 0.81 |
| Hex | FA | A2 | EC | 0 | 23 | 6 | 2 | 136 | 5A | 51 |
| Octal | 372 | 242 | 354 | 0 | 43 | 6 | 2 | 466 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11101100 | 0 | 100011 | 110 | 10 | 100110110 | 1011010 | 1010001 |
Color Harmonies of #FAA2EC
Complementary color
Monochromatic Colors of #FAA2EC
Black with #FAA2EC
Text Example
Text Example
White with #FAA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2EC; }
p { color: rgb(250,162,236); }
H1.HeaderClassName
{
color: #FAA2EC;
}
.AnyTagClassName
{
color: #FAA2EC;
}
</style>
background-color css
<style>
a { background-color: #FAA2EC; }
a { background-color: rgb(250,162,236); }
div.DivClassName
{
background-color: #FAA2EC;
}
.BgClassName
{
background-color: #FAA2EC;
}
</style>
border-color css
<style>
span { border-color: #FAA2EC; }
span { border-color: rgb(250,162,236); }
td.TdClassName
{
border-color: #FAA2EC;
}
.TagClassName
{
border-color: #FAA2EC;
}
</style>