Shades of Lavender Rose #FFA2EA
Tints of Lavender Rose #FFA2EA
RGB
CMYK
RGB Variations
Color information
#FFA2EA (or 0xFFA2EA) is known color: Lavender Rose. HEX triplet: FF, A2 and EA. RGB value is (255,162,234). Sum of RGB (Red+Green+Blue) = 255+162+234=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 162 (63.67% from 255 or 24.88% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2EA is #005D15. Grayscale: #C5C5C5. Windows color (decimal): -23830 or 15377151. OLE color: 15377151.
HSL color Cylindrical-coordinate representation of color #FFA2EA: hue angle of 313.55º 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 #FFA2EA is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 234 | - |
| CMYK | 0 | 0.36 | 0.08 | 0 |
| HSL | 313.55º | 1% | 0.82% | - |
| HSV(B) | 313.55º | 0.36% | 1% | - |
| XYZ | 69.01 | 53.04 | 84.44 | - |
| YUV | 198.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 234 | 0 | 0.36 | 0.08 | 0 | 313.55 | 1 | 0.82 |
| Hex | FF | A2 | EA | 0 | 24 | 8 | 0 | 13A | 64 | 52 |
| Octal | 377 | 242 | 352 | 0 | 44 | 10 | 0 | 472 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11101010 | 0 | 100100 | 1000 | 0 | 100111010 | 1100100 | 1010010 |
Color Harmonies of #FFA2EA
Complementary color
Monochromatic Colors of #FFA2EA
Black with #FFA2EA
Text Example
Text Example
White with #FFA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2EA; }
p { color: rgb(255,162,234); }
H1.HeaderClassName
{
color: #FFA2EA;
}
.AnyTagClassName
{
color: #FFA2EA;
}
</style>
background-color css
<style>
a { background-color: #FFA2EA; }
a { background-color: rgb(255,162,234); }
div.DivClassName
{
background-color: #FFA2EA;
}
.BgClassName
{
background-color: #FFA2EA;
}
</style>
border-color css
<style>
span { border-color: #FFA2EA; }
span { border-color: rgb(255,162,234); }
td.TdClassName
{
border-color: #FFA2EA;
}
.TagClassName
{
border-color: #FFA2EA;
}
</style>