Shades of Lavender Rose #FFA0DB
Tints of Lavender Rose #FFA0DB
RGB
CMYK
RGB Variations
Color information
#FFA0DB (or 0xFFA0DB) is known color: Lavender Rose. HEX triplet: FF, A0 and DB. RGB value is (255,160,219). Sum of RGB (Red+Green+Blue) = 255+160+219=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0DB is #005F24. Grayscale: #C2C2C2. Windows color (decimal): -24357 or 14393599. OLE color: 14393599.
HSL color Cylindrical-coordinate representation of color #FFA0DB: hue angle of 322.74º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0DB is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 219 | - |
| CMYK | 0 | 0.37 | 0.14 | 0 |
| HSL | 322.74º | 1% | 0.81% | - |
| HSV(B) | 322.74º | 0.37% | 1% | - |
| XYZ | 66.6 | 51.52 | 73.45 | - |
| YUV | 195.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 219 | 0 | 0.37 | 0.14 | 0 | 322.74 | 1 | 0.81 |
| Hex | FF | A0 | DB | 0 | 25 | E | 0 | 143 | 64 | 51 |
| Octal | 377 | 240 | 333 | 0 | 45 | 16 | 0 | 503 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11011011 | 0 | 100101 | 1110 | 0 | 101000011 | 1100100 | 1010001 |
Color Harmonies of #FFA0DB
Complementary color
Monochromatic Colors of #FFA0DB
Black with #FFA0DB
Text Example
Text Example
White with #FFA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0DB; }
p { color: rgb(255,160,219); }
H1.HeaderClassName
{
color: #FFA0DB;
}
.AnyTagClassName
{
color: #FFA0DB;
}
</style>
background-color css
<style>
a { background-color: #FFA0DB; }
a { background-color: rgb(255,160,219); }
div.DivClassName
{
background-color: #FFA0DB;
}
.BgClassName
{
background-color: #FFA0DB;
}
</style>
border-color css
<style>
span { border-color: #FFA0DB; }
span { border-color: rgb(255,160,219); }
td.TdClassName
{
border-color: #FFA0DB;
}
.TagClassName
{
border-color: #FFA0DB;
}
</style>