Shades of Lavender Rose #FFA2DA
Tints of Lavender Rose #FFA2DA
RGB
CMYK
RGB Variations
Color information
#FFA2DA (or 0xFFA2DA) is known color: Lavender Rose. HEX triplet: FF, A2 and DA. RGB value is (255,162,218). Sum of RGB (Red+Green+Blue) = 255+162+218=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2DA is #005D25. Grayscale: #C4C4C4. Windows color (decimal): -23846 or 14328575. OLE color: 14328575.
HSL color Cylindrical-coordinate representation of color #FFA2DA: hue angle of 323.87º 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 #FFA2DA is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 162 | 218 | - |
CMYK | 0 | 0.36 | 0.15 | 0 |
HSL | 323.87º | 1% | 0.82% | - |
HSV(B) | 323.87º | 0.36% | 1% | - |
XYZ | 66.82 | 52.16 | 72.88 | - |
YUV | 196.19 | 140.31 | 169.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 162 | 218 | 0 | 0.36 | 0.15 | 0 | 323.87 | 1 | 0.82 |
Hex | FF | A2 | DA | 0 | 24 | F | 0 | 144 | 64 | 52 |
Octal | 377 | 242 | 332 | 0 | 44 | 17 | 0 | 504 | 144 | 122 |
Binary | 11111111 | 10100010 | 11011010 | 0 | 100100 | 1111 | 0 | 101000100 | 1100100 | 1010010 |
Color Harmonies of #FFA2DA
Complementary color
Monochromatic Colors of #FFA2DA
Black with #FFA2DA
Text Example
Text Example
White with #FFA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2DA; }
p { color: rgb(255,162,218); }
H1.HeaderClassName
{
color: #FFA2DA;
}
.AnyTagClassName
{
color: #FFA2DA;
}
</style>
background-color css
<style>
a { background-color: #FFA2DA; }
a { background-color: rgb(255,162,218); }
div.DivClassName
{
background-color: #FFA2DA;
}
.BgClassName
{
background-color: #FFA2DA;
}
</style>
border-color css
<style>
span { border-color: #FFA2DA; }
span { border-color: rgb(255,162,218); }
td.TdClassName
{
border-color: #FFA2DA;
}
.TagClassName
{
border-color: #FFA2DA;
}
</style>