Shades of Lavender Rose #FFA2D9
Tints of Lavender Rose #FFA2D9
RGB
CMYK
RGB Variations
Color information
#FFA2D9 (or 0xFFA2D9) is known color: Lavender Rose. HEX triplet: FF, A2 and D9. RGB value is (255,162,217). Sum of RGB (Red+Green+Blue) = 255+162+217=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2D9 is #005D26. Grayscale: #C3C3C3. Windows color (decimal): -23847 or 14263039. OLE color: 14263039.
HSL color Cylindrical-coordinate representation of color #FFA2D9: hue angle of 324.52º 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 #FFA2D9 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 217 | - |
| CMYK | 0 | 0.36 | 0.15 | 0 |
| HSL | 324.52º | 1% | 0.82% | - |
| HSV(B) | 324.52º | 0.36% | 1% | - |
| XYZ | 66.68 | 52.11 | 72.19 | - |
| YUV | 196.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 217 | 0 | 0.36 | 0.15 | 0 | 324.52 | 1 | 0.82 |
| Hex | FF | A2 | D9 | 0 | 24 | F | 0 | 145 | 64 | 52 |
| Octal | 377 | 242 | 331 | 0 | 44 | 17 | 0 | 505 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11011001 | 0 | 100100 | 1111 | 0 | 101000101 | 1100100 | 1010010 |
Color Harmonies of #FFA2D9
Complementary color
Monochromatic Colors of #FFA2D9
Black with #FFA2D9
Text Example
Text Example
White with #FFA2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2D9; }
p { color: rgb(255,162,217); }
H1.HeaderClassName
{
color: #FFA2D9;
}
.AnyTagClassName
{
color: #FFA2D9;
}
</style>
background-color css
<style>
a { background-color: #FFA2D9; }
a { background-color: rgb(255,162,217); }
div.DivClassName
{
background-color: #FFA2D9;
}
.BgClassName
{
background-color: #FFA2D9;
}
</style>
border-color css
<style>
span { border-color: #FFA2D9; }
span { border-color: rgb(255,162,217); }
td.TdClassName
{
border-color: #FFA2D9;
}
.TagClassName
{
border-color: #FFA2D9;
}
</style>