Shades of Lavender Rose #FFA2DB
Tints of Lavender Rose #FFA2DB
RGB
CMYK
RGB Variations
Color information
#FFA2DB (or 0xFFA2DB) is known color: Lavender Rose. HEX triplet: FF, A2 and DB. RGB value is (255,162,219). Sum of RGB (Red+Green+Blue) = 255+162+219=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2DB is #005D24. Grayscale: #C4C4C4. Windows color (decimal): -23845 or 14394111. OLE color: 14394111.
HSL color Cylindrical-coordinate representation of color #FFA2DB: hue angle of 323.23º 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 #FFA2DB is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 162 | 219 | - |
CMYK | 0 | 0.36 | 0.14 | 0 |
HSL | 323.23º | 1% | 0.82% | - |
HSV(B) | 323.23º | 0.36% | 1% | - |
XYZ | 66.95 | 52.22 | 73.57 | - |
YUV | 196.31 | 140.81 | 169.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 162 | 219 | 0 | 0.36 | 0.14 | 0 | 323.23 | 1 | 0.82 |
Hex | FF | A2 | DB | 0 | 24 | E | 0 | 143 | 64 | 52 |
Octal | 377 | 242 | 333 | 0 | 44 | 16 | 0 | 503 | 144 | 122 |
Binary | 11111111 | 10100010 | 11011011 | 0 | 100100 | 1110 | 0 | 101000011 | 1100100 | 1010010 |
Color Harmonies of #FFA2DB
Complementary color
Monochromatic Colors of #FFA2DB
Black with #FFA2DB
Text Example
Text Example
White with #FFA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2DB; }
p { color: rgb(255,162,219); }
H1.HeaderClassName
{
color: #FFA2DB;
}
.AnyTagClassName
{
color: #FFA2DB;
}
</style>
background-color css
<style>
a { background-color: #FFA2DB; }
a { background-color: rgb(255,162,219); }
div.DivClassName
{
background-color: #FFA2DB;
}
.BgClassName
{
background-color: #FFA2DB;
}
</style>
border-color css
<style>
span { border-color: #FFA2DB; }
span { border-color: rgb(255,162,219); }
td.TdClassName
{
border-color: #FFA2DB;
}
.TagClassName
{
border-color: #FFA2DB;
}
</style>