Shades of Lavender Rose #FFA2EC
Tints of Lavender Rose #FFA2EC
RGB
CMYK
RGB Variations
Color information
#FFA2EC (or 0xFFA2EC) is known color: Lavender Rose. HEX triplet: FF, A2 and EC. RGB value is (255,162,236). Sum of RGB (Red+Green+Blue) = 255+162+236=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 162 (63.67% from 255 or 24.81% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2EC is #005D13. Grayscale: #C6C6C6. Windows color (decimal): -23828 or 15508223. OLE color: 15508223.
HSL color Cylindrical-coordinate representation of color #FFA2EC: hue angle of 312.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2EC is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 236 | - |
| CMYK | 0 | 0.36 | 0.07 | 0 |
| HSL | 312.26º | 1% | 0.82% | - |
| HSV(B) | 312.26º | 0.36% | 1% | - |
| XYZ | 69.3 | 53.16 | 85.96 | - |
| YUV | 198.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 236 | 0 | 0.36 | 0.07 | 0 | 312.26 | 1 | 0.82 |
| Hex | FF | A2 | EC | 0 | 24 | 7 | 0 | 138 | 64 | 52 |
| Octal | 377 | 242 | 354 | 0 | 44 | 7 | 0 | 470 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11101100 | 0 | 100100 | 111 | 0 | 100111000 | 1100100 | 1010010 |
Color Harmonies of #FFA2EC
Complementary color
Monochromatic Colors of #FFA2EC
Black with #FFA2EC
Text Example
Text Example
White with #FFA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2EC; }
p { color: rgb(255,162,236); }
H1.HeaderClassName
{
color: #FFA2EC;
}
.AnyTagClassName
{
color: #FFA2EC;
}
</style>
background-color css
<style>
a { background-color: #FFA2EC; }
a { background-color: rgb(255,162,236); }
div.DivClassName
{
background-color: #FFA2EC;
}
.BgClassName
{
background-color: #FFA2EC;
}
</style>
border-color css
<style>
span { border-color: #FFA2EC; }
span { border-color: rgb(255,162,236); }
td.TdClassName
{
border-color: #FFA2EC;
}
.TagClassName
{
border-color: #FFA2EC;
}
</style>