Shades of Lavender Rose #FFA2E2
Tints of Lavender Rose #FFA2E2
RGB
CMYK
RGB Variations
Color information
#FFA2E2 (or 0xFFA2E2) is known color: Lavender Rose. HEX triplet: FF, A2 and E2. RGB value is (255,162,226). Sum of RGB (Red+Green+Blue) = 255+162+226=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 162 (63.67% from 255 or 25.19% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2E2 is #005D1D. Grayscale: #C4C4C4. Windows color (decimal): -23838 or 14852863. OLE color: 14852863.
HSL color Cylindrical-coordinate representation of color #FFA2E2: hue angle of 318.71º 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 #FFA2E2 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 226 | - |
| CMYK | 0 | 0.36 | 0.11 | 0 |
| HSL | 318.71º | 1% | 0.82% | - |
| HSV(B) | 318.71º | 0.36% | 1% | - |
| XYZ | 67.89 | 52.59 | 78.52 | - |
| YUV | 197.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 226 | 0 | 0.36 | 0.11 | 0 | 318.71 | 1 | 0.82 |
| Hex | FF | A2 | E2 | 0 | 24 | B | 0 | 13F | 64 | 52 |
| Octal | 377 | 242 | 342 | 0 | 44 | 13 | 0 | 477 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11100010 | 0 | 100100 | 1011 | 0 | 100111111 | 1100100 | 1010010 |
Color Harmonies of #FFA2E2
Complementary color
Monochromatic Colors of #FFA2E2
Black with #FFA2E2
Text Example
Text Example
White with #FFA2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2E2; }
p { color: rgb(255,162,226); }
H1.HeaderClassName
{
color: #FFA2E2;
}
.AnyTagClassName
{
color: #FFA2E2;
}
</style>
background-color css
<style>
a { background-color: #FFA2E2; }
a { background-color: rgb(255,162,226); }
div.DivClassName
{
background-color: #FFA2E2;
}
.BgClassName
{
background-color: #FFA2E2;
}
</style>
border-color css
<style>
span { border-color: #FFA2E2; }
span { border-color: rgb(255,162,226); }
td.TdClassName
{
border-color: #FFA2E2;
}
.TagClassName
{
border-color: #FFA2E2;
}
</style>