Shades of Lavender Rose #FFA2DD
Tints of Lavender Rose #FFA2DD
RGB
CMYK
RGB Variations
Color information
#FFA2DD (or 0xFFA2DD) is known color: Lavender Rose. HEX triplet: FF, A2 and DD. RGB value is (255,162,221). Sum of RGB (Red+Green+Blue) = 255+162+221=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 162 (63.67% from 255 or 25.39% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2DD is #005D22. Grayscale: #C4C4C4. Windows color (decimal): -23843 or 14525183. OLE color: 14525183.
HSL color Cylindrical-coordinate representation of color #FFA2DD: hue angle of 321.94º 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 #FFA2DD is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 221 | - |
| CMYK | 0 | 0.36 | 0.13 | 0 |
| HSL | 321.94º | 1% | 0.82% | - |
| HSV(B) | 321.94º | 0.36% | 1% | - |
| XYZ | 67.21 | 52.32 | 74.96 | - |
| YUV | 196.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 221 | 0 | 0.36 | 0.13 | 0 | 321.94 | 1 | 0.82 |
| Hex | FF | A2 | DD | 0 | 24 | D | 0 | 142 | 64 | 52 |
| Octal | 377 | 242 | 335 | 0 | 44 | 15 | 0 | 502 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11011101 | 0 | 100100 | 1101 | 0 | 101000010 | 1100100 | 1010010 |
Color Harmonies of #FFA2DD
Complementary color
Monochromatic Colors of #FFA2DD
Black with #FFA2DD
Text Example
Text Example
White with #FFA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2DD; }
p { color: rgb(255,162,221); }
H1.HeaderClassName
{
color: #FFA2DD;
}
.AnyTagClassName
{
color: #FFA2DD;
}
</style>
background-color css
<style>
a { background-color: #FFA2DD; }
a { background-color: rgb(255,162,221); }
div.DivClassName
{
background-color: #FFA2DD;
}
.BgClassName
{
background-color: #FFA2DD;
}
</style>
border-color css
<style>
span { border-color: #FFA2DD; }
span { border-color: rgb(255,162,221); }
td.TdClassName
{
border-color: #FFA2DD;
}
.TagClassName
{
border-color: #FFA2DD;
}
</style>