Shades of Lavender Rose #FFA2DE
Tints of Lavender Rose #FFA2DE
RGB
CMYK
RGB Variations
Color information
#FFA2DE (or 0xFFA2DE) is known color: Lavender Rose. HEX triplet: FF, A2 and DE. RGB value is (255,162,222). Sum of RGB (Red+Green+Blue) = 255+162+222=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2DE is #005D21. Grayscale: #C4C4C4. Windows color (decimal): -23842 or 14590719. OLE color: 14590719.
HSL color Cylindrical-coordinate representation of color #FFA2DE: hue angle of 321.29º 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 #FFA2DE is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 222 | - |
| CMYK | 0 | 0.36 | 0.13 | 0 |
| HSL | 321.29º | 1% | 0.82% | - |
| HSV(B) | 321.29º | 0.36% | 1% | - |
| XYZ | 67.35 | 52.37 | 75.67 | - |
| YUV | 196.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 222 | 0 | 0.36 | 0.13 | 0 | 321.29 | 1 | 0.82 |
| Hex | FF | A2 | DE | 0 | 24 | D | 0 | 141 | 64 | 52 |
| Octal | 377 | 242 | 336 | 0 | 44 | 15 | 0 | 501 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11011110 | 0 | 100100 | 1101 | 0 | 101000001 | 1100100 | 1010010 |
Color Harmonies of #FFA2DE
Complementary color
Monochromatic Colors of #FFA2DE
Black with #FFA2DE
Text Example
Text Example
White with #FFA2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2DE; }
p { color: rgb(255,162,222); }
H1.HeaderClassName
{
color: #FFA2DE;
}
.AnyTagClassName
{
color: #FFA2DE;
}
</style>
background-color css
<style>
a { background-color: #FFA2DE; }
a { background-color: rgb(255,162,222); }
div.DivClassName
{
background-color: #FFA2DE;
}
.BgClassName
{
background-color: #FFA2DE;
}
</style>
border-color css
<style>
span { border-color: #FFA2DE; }
span { border-color: rgb(255,162,222); }
td.TdClassName
{
border-color: #FFA2DE;
}
.TagClassName
{
border-color: #FFA2DE;
}
</style>