Shades of Lavender Rose #F5A2DB
Tints of Lavender Rose #F5A2DB
RGB
CMYK
RGB Variations
Color information
#F5A2DB (or 0xF5A2DB) is known color: Lavender Rose. HEX triplet: F5, A2 and DB. RGB value is (245,162,219). Sum of RGB (Red+Green+Blue) = 245+162+219=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 162 (63.67% from 255 or 25.88% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A2DB is #0A5D24. Grayscale: #C1C1C1. Windows color (decimal): -679205 or 14394101. OLE color: 14394101.
HSL color Cylindrical-coordinate representation of color #F5A2DB: hue angle of 318.8º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5A2DB is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 162 | 219 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.04 |
| HSL | 318.8º | 0.81% | 0.8% | - |
| HSV(B) | 318.8º | 0.34% | 0.96% | - |
| XYZ | 63.36 | 50.37 | 73.4 | - |
| YUV | 193.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 162 | 219 | 0 | 0.34 | 0.11 | 0.04 | 318.8 | 0.81 | 0.8 |
| Hex | F5 | A2 | DB | 0 | 22 | B | 4 | 13F | 51 | 50 |
| Octal | 365 | 242 | 333 | 0 | 42 | 13 | 4 | 477 | 121 | 120 |
| Binary | 11110101 | 10100010 | 11011011 | 0 | 100010 | 1011 | 100 | 100111111 | 1010001 | 1010000 |
Color Harmonies of #F5A2DB
Complementary color
Monochromatic Colors of #F5A2DB
Black with #F5A2DB
Text Example
Text Example
White with #F5A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A2DB; }
p { color: rgb(245,162,219); }
H1.HeaderClassName
{
color: #F5A2DB;
}
.AnyTagClassName
{
color: #F5A2DB;
}
</style>
background-color css
<style>
a { background-color: #F5A2DB; }
a { background-color: rgb(245,162,219); }
div.DivClassName
{
background-color: #F5A2DB;
}
.BgClassName
{
background-color: #F5A2DB;
}
</style>
border-color css
<style>
span { border-color: #F5A2DB; }
span { border-color: rgb(245,162,219); }
td.TdClassName
{
border-color: #F5A2DB;
}
.TagClassName
{
border-color: #F5A2DB;
}
</style>