Shades of Lavender Rose #FFA2E6
Tints of Lavender Rose #FFA2E6
RGB
CMYK
RGB Variations
Color information
#FFA2E6 (or 0xFFA2E6) is known color: Lavender Rose. HEX triplet: FF, A2 and E6. RGB value is (255,162,230). Sum of RGB (Red+Green+Blue) = 255+162+230=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 162 (63.67% from 255 or 25.04% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2E6 is #005D19. Grayscale: #C5C5C5. Windows color (decimal): -23834 or 15115007. OLE color: 15115007.
HSL color Cylindrical-coordinate representation of color #FFA2E6: hue angle of 316.13º 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 #FFA2E6 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 230 | - |
| CMYK | 0 | 0.36 | 0.10 | 0 |
| HSL | 316.13º | 1% | 0.82% | - |
| HSV(B) | 316.13º | 0.36% | 1% | - |
| XYZ | 68.44 | 52.81 | 81.45 | - |
| YUV | 197.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 230 | 0 | 0.36 | 0.10 | 0 | 316.13 | 1 | 0.82 |
| Hex | FF | A2 | E6 | 0 | 24 | A | 0 | 13C | 64 | 52 |
| Octal | 377 | 242 | 346 | 0 | 44 | 12 | 0 | 474 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11100110 | 0 | 100100 | 1010 | 0 | 100111100 | 1100100 | 1010010 |
Color Harmonies of #FFA2E6
Complementary color
Monochromatic Colors of #FFA2E6
Black with #FFA2E6
Text Example
Text Example
White with #FFA2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2E6; }
p { color: rgb(255,162,230); }
H1.HeaderClassName
{
color: #FFA2E6;
}
.AnyTagClassName
{
color: #FFA2E6;
}
</style>
background-color css
<style>
a { background-color: #FFA2E6; }
a { background-color: rgb(255,162,230); }
div.DivClassName
{
background-color: #FFA2E6;
}
.BgClassName
{
background-color: #FFA2E6;
}
</style>
border-color css
<style>
span { border-color: #FFA2E6; }
span { border-color: rgb(255,162,230); }
td.TdClassName
{
border-color: #FFA2E6;
}
.TagClassName
{
border-color: #FFA2E6;
}
</style>