Shades of Lavender Rose #F9A3DB
Tints of Lavender Rose #F9A3DB
RGB
CMYK
RGB Variations
Color information
#F9A3DB (or 0xF9A3DB) is known color: Lavender Rose. HEX triplet: F9, A3 and DB. RGB value is (249,163,219). Sum of RGB (Red+Green+Blue) = 249+163+219=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 163 (64.06% from 255 or 25.83% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A3DB is #065C24. Grayscale: #C2C2C2. Windows color (decimal): -416805 or 14394361. OLE color: 14394361.
HSL color Cylindrical-coordinate representation of color #F9A3DB: hue angle of 320.93º 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 #F9A3DB is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 163 | 219 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.02 |
| HSL | 320.93º | 0.88% | 0.81% | - |
| HSV(B) | 320.93º | 0.35% | 0.98% | - |
| XYZ | 64.95 | 51.45 | 73.53 | - |
| YUV | 195.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 163 | 219 | 0 | 0.35 | 0.12 | 0.02 | 320.93 | 0.88 | 0.81 |
| Hex | F9 | A3 | DB | 0 | 23 | C | 2 | 141 | 58 | 51 |
| Octal | 371 | 243 | 333 | 0 | 43 | 14 | 2 | 501 | 130 | 121 |
| Binary | 11111001 | 10100011 | 11011011 | 0 | 100011 | 1100 | 10 | 101000001 | 1011000 | 1010001 |
Color Harmonies of #F9A3DB
Complementary color
Monochromatic Colors of #F9A3DB
Black with #F9A3DB
Text Example
Text Example
White with #F9A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A3DB; }
p { color: rgb(249,163,219); }
H1.HeaderClassName
{
color: #F9A3DB;
}
.AnyTagClassName
{
color: #F9A3DB;
}
</style>
background-color css
<style>
a { background-color: #F9A3DB; }
a { background-color: rgb(249,163,219); }
div.DivClassName
{
background-color: #F9A3DB;
}
.BgClassName
{
background-color: #F9A3DB;
}
</style>
border-color css
<style>
span { border-color: #F9A3DB; }
span { border-color: rgb(249,163,219); }
td.TdClassName
{
border-color: #F9A3DB;
}
.TagClassName
{
border-color: #F9A3DB;
}
</style>