Shades of Lavender Rose #F5A1DB
Tints of Lavender Rose #F5A1DB
RGB
CMYK
RGB Variations
Color information
#F5A1DB (or 0xF5A1DB) is known color: Lavender Rose. HEX triplet: F5, A1 and DB. RGB value is (245,161,219). Sum of RGB (Red+Green+Blue) = 245+161+219=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 161 (63.28% from 255 or 25.76% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A1DB is #0A5E24. Grayscale: #C0C0C0. Windows color (decimal): -679461 or 14393845. OLE color: 14393845.
HSL color Cylindrical-coordinate representation of color #F5A1DB: hue angle of 318.57º 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 #F5A1DB is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 219 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.04 |
| HSL | 318.57º | 0.81% | 0.8% | - |
| HSV(B) | 318.57º | 0.34% | 0.96% | - |
| XYZ | 63.19 | 50.02 | 73.34 | - |
| YUV | 192.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 219 | 0 | 0.34 | 0.11 | 0.04 | 318.57 | 0.81 | 0.8 |
| Hex | F5 | A1 | DB | 0 | 22 | B | 4 | 13F | 51 | 50 |
| Octal | 365 | 241 | 333 | 0 | 42 | 13 | 4 | 477 | 121 | 120 |
| Binary | 11110101 | 10100001 | 11011011 | 0 | 100010 | 1011 | 100 | 100111111 | 1010001 | 1010000 |
Color Harmonies of #F5A1DB
Complementary color
Monochromatic Colors of #F5A1DB
Black with #F5A1DB
Text Example
Text Example
White with #F5A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A1DB; }
p { color: rgb(245,161,219); }
H1.HeaderClassName
{
color: #F5A1DB;
}
.AnyTagClassName
{
color: #F5A1DB;
}
</style>
background-color css
<style>
a { background-color: #F5A1DB; }
a { background-color: rgb(245,161,219); }
div.DivClassName
{
background-color: #F5A1DB;
}
.BgClassName
{
background-color: #F5A1DB;
}
</style>
border-color css
<style>
span { border-color: #F5A1DB; }
span { border-color: rgb(245,161,219); }
td.TdClassName
{
border-color: #F5A1DB;
}
.TagClassName
{
border-color: #F5A1DB;
}
</style>