Shades of Lavender Rose #FFA2EE
Tints of Lavender Rose #FFA2EE
RGB
CMYK
RGB Variations
Color information
#FFA2EE (or 0xFFA2EE) is known color: Lavender Rose. HEX triplet: FF, A2 and EE. RGB value is (255,162,238). Sum of RGB (Red+Green+Blue) = 255+162+238=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 162 (63.67% from 255 or 24.73% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2EE is #005D11. Grayscale: #C6C6C6. Windows color (decimal): -23826 or 15639295. OLE color: 15639295.
HSL color Cylindrical-coordinate representation of color #FFA2EE: hue angle of 310.97º 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 #FFA2EE is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 238 | - |
| CMYK | 0 | 0.36 | 0.07 | 0 |
| HSL | 310.97º | 1% | 0.82% | - |
| HSV(B) | 310.97º | 0.36% | 1% | - |
| XYZ | 69.59 | 53.27 | 87.5 | - |
| YUV | 198.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 238 | 0 | 0.36 | 0.07 | 0 | 310.97 | 1 | 0.82 |
| Hex | FF | A2 | EE | 0 | 24 | 7 | 0 | 137 | 64 | 52 |
| Octal | 377 | 242 | 356 | 0 | 44 | 7 | 0 | 467 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11101110 | 0 | 100100 | 111 | 0 | 100110111 | 1100100 | 1010010 |
Color Harmonies of #FFA2EE
Complementary color
Monochromatic Colors of #FFA2EE
Black with #FFA2EE
Text Example
Text Example
White with #FFA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2EE; }
p { color: rgb(255,162,238); }
H1.HeaderClassName
{
color: #FFA2EE;
}
.AnyTagClassName
{
color: #FFA2EE;
}
</style>
background-color css
<style>
a { background-color: #FFA2EE; }
a { background-color: rgb(255,162,238); }
div.DivClassName
{
background-color: #FFA2EE;
}
.BgClassName
{
background-color: #FFA2EE;
}
</style>
border-color css
<style>
span { border-color: #FFA2EE; }
span { border-color: rgb(255,162,238); }
td.TdClassName
{
border-color: #FFA2EE;
}
.TagClassName
{
border-color: #FFA2EE;
}
</style>