Shades of Lavender Rose #F9A2DB
Tints of Lavender Rose #F9A2DB
RGB
CMYK
RGB Variations
Color information
#F9A2DB (or 0xF9A2DB) is known color: Lavender Rose. HEX triplet: F9, A2 and DB. RGB value is (249,162,219). Sum of RGB (Red+Green+Blue) = 249+162+219=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 162 (63.67% from 255 or 25.71% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2DB is #065D24. Grayscale: #C2C2C2. Windows color (decimal): -417061 or 14394105. OLE color: 14394105.
HSL color Cylindrical-coordinate representation of color #F9A2DB: hue angle of 320.69º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A2DB is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 219 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.02 |
| HSL | 320.69º | 0.88% | 0.81% | - |
| HSV(B) | 320.69º | 0.35% | 0.98% | - |
| XYZ | 64.77 | 51.09 | 73.47 | - |
| YUV | 194.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 219 | 0 | 0.35 | 0.12 | 0.02 | 320.69 | 0.88 | 0.81 |
| Hex | F9 | A2 | DB | 0 | 23 | C | 2 | 141 | 58 | 51 |
| Octal | 371 | 242 | 333 | 0 | 43 | 14 | 2 | 501 | 130 | 121 |
| Binary | 11111001 | 10100010 | 11011011 | 0 | 100011 | 1100 | 10 | 101000001 | 1011000 | 1010001 |
Color Harmonies of #F9A2DB
Complementary color
Monochromatic Colors of #F9A2DB
Black with #F9A2DB
Text Example
Text Example
White with #F9A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A2DB; }
p { color: rgb(249,162,219); }
H1.HeaderClassName
{
color: #F9A2DB;
}
.AnyTagClassName
{
color: #F9A2DB;
}
</style>
background-color css
<style>
a { background-color: #F9A2DB; }
a { background-color: rgb(249,162,219); }
div.DivClassName
{
background-color: #F9A2DB;
}
.BgClassName
{
background-color: #F9A2DB;
}
</style>
border-color css
<style>
span { border-color: #F9A2DB; }
span { border-color: rgb(249,162,219); }
td.TdClassName
{
border-color: #F9A2DB;
}
.TagClassName
{
border-color: #F9A2DB;
}
</style>