Shades of Lavender Rose #F9A1DB
Tints of Lavender Rose #F9A1DB
RGB
CMYK
RGB Variations
Color information
#F9A1DB (or 0xF9A1DB) is known color: Lavender Rose. HEX triplet: F9, A1 and DB. RGB value is (249,161,219). Sum of RGB (Red+Green+Blue) = 249+161+219=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 161 (63.28% from 255 or 25.60% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1DB is #065E24. Grayscale: #C1C1C1. Windows color (decimal): -417317 or 14393849. OLE color: 14393849.
HSL color Cylindrical-coordinate representation of color #F9A1DB: hue angle of 320.45º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A1DB is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 219 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.02 |
| HSL | 320.45º | 0.88% | 0.8% | - |
| HSV(B) | 320.45º | 0.35% | 0.98% | - |
| XYZ | 64.6 | 50.74 | 73.41 | - |
| YUV | 193.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 219 | 0 | 0.35 | 0.12 | 0.02 | 320.45 | 0.88 | 0.8 |
| Hex | F9 | A1 | DB | 0 | 23 | C | 2 | 140 | 58 | 50 |
| Octal | 371 | 241 | 333 | 0 | 43 | 14 | 2 | 500 | 130 | 120 |
| Binary | 11111001 | 10100001 | 11011011 | 0 | 100011 | 1100 | 10 | 101000000 | 1011000 | 1010000 |
Color Harmonies of #F9A1DB
Complementary color
Monochromatic Colors of #F9A1DB
Black with #F9A1DB
Text Example
Text Example
White with #F9A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A1DB; }
p { color: rgb(249,161,219); }
H1.HeaderClassName
{
color: #F9A1DB;
}
.AnyTagClassName
{
color: #F9A1DB;
}
</style>
background-color css
<style>
a { background-color: #F9A1DB; }
a { background-color: rgb(249,161,219); }
div.DivClassName
{
background-color: #F9A1DB;
}
.BgClassName
{
background-color: #F9A1DB;
}
</style>
border-color css
<style>
span { border-color: #F9A1DB; }
span { border-color: rgb(249,161,219); }
td.TdClassName
{
border-color: #F9A1DB;
}
.TagClassName
{
border-color: #F9A1DB;
}
</style>