Shades of Lavender Rose #FFA2ED
Tints of Lavender Rose #FFA2ED
RGB
CMYK
RGB Variations
Color information
#FFA2ED (or 0xFFA2ED) is known color: Lavender Rose. HEX triplet: FF, A2 and ED. RGB value is (255,162,237). Sum of RGB (Red+Green+Blue) = 255+162+237=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 162 (63.67% from 255 or 24.77% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2ED is #005D12. Grayscale: #C6C6C6. Windows color (decimal): -23827 or 15573759. OLE color: 15573759.
HSL color Cylindrical-coordinate representation of color #FFA2ED: hue angle of 311.61º 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 #FFA2ED is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 237 | - |
| CMYK | 0 | 0.36 | 0.07 | 0 |
| HSL | 311.61º | 1% | 0.82% | - |
| HSV(B) | 311.61º | 0.36% | 1% | - |
| XYZ | 69.45 | 53.22 | 86.73 | - |
| YUV | 198.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 237 | 0 | 0.36 | 0.07 | 0 | 311.61 | 1 | 0.82 |
| Hex | FF | A2 | ED | 0 | 24 | 7 | 0 | 138 | 64 | 52 |
| Octal | 377 | 242 | 355 | 0 | 44 | 7 | 0 | 470 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11101101 | 0 | 100100 | 111 | 0 | 100111000 | 1100100 | 1010010 |
Color Harmonies of #FFA2ED
Complementary color
Monochromatic Colors of #FFA2ED
Black with #FFA2ED
Text Example
Text Example
White with #FFA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2ED; }
p { color: rgb(255,162,237); }
H1.HeaderClassName
{
color: #FFA2ED;
}
.AnyTagClassName
{
color: #FFA2ED;
}
</style>
background-color css
<style>
a { background-color: #FFA2ED; }
a { background-color: rgb(255,162,237); }
div.DivClassName
{
background-color: #FFA2ED;
}
.BgClassName
{
background-color: #FFA2ED;
}
</style>
border-color css
<style>
span { border-color: #FFA2ED; }
span { border-color: rgb(255,162,237); }
td.TdClassName
{
border-color: #FFA2ED;
}
.TagClassName
{
border-color: #FFA2ED;
}
</style>