Shades of Lavender Rose #FA9FDB
Tints of Lavender Rose #FA9FDB
RGB
CMYK
RGB Variations
Color information
#FA9FDB (or 0xFA9FDB) is known color: Lavender Rose. HEX triplet: FA, 9F and DB. RGB value is (250,159,219). Sum of RGB (Red+Green+Blue) = 250+159+219=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FDB is #056024. Grayscale: #C0C0C0. Windows color (decimal): -352293 or 14393338. OLE color: 14393338.
HSL color Cylindrical-coordinate representation of color #FA9FDB: hue angle of 320.44º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FA9FDB is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 219 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.02 |
| HSL | 320.44º | 0.9% | 0.8% | - |
| HSV(B) | 320.44º | 0.36% | 0.98% | - |
| XYZ | 64.61 | 50.23 | 73.31 | - |
| YUV | 193.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 219 | 0 | 0.36 | 0.12 | 0.02 | 320.44 | 0.9 | 0.8 |
| Hex | FA | 9F | DB | 0 | 24 | C | 2 | 140 | 5A | 50 |
| Octal | 372 | 237 | 333 | 0 | 44 | 14 | 2 | 500 | 132 | 120 |
| Binary | 11111010 | 10011111 | 11011011 | 0 | 100100 | 1100 | 10 | 101000000 | 1011010 | 1010000 |
Color Harmonies of #FA9FDB
Complementary color
Monochromatic Colors of #FA9FDB
Black with #FA9FDB
Text Example
Text Example
White with #FA9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9FDB; }
p { color: rgb(250,159,219); }
H1.HeaderClassName
{
color: #FA9FDB;
}
.AnyTagClassName
{
color: #FA9FDB;
}
</style>
background-color css
<style>
a { background-color: #FA9FDB; }
a { background-color: rgb(250,159,219); }
div.DivClassName
{
background-color: #FA9FDB;
}
.BgClassName
{
background-color: #FA9FDB;
}
</style>
border-color css
<style>
span { border-color: #FA9FDB; }
span { border-color: rgb(250,159,219); }
td.TdClassName
{
border-color: #FA9FDB;
}
.TagClassName
{
border-color: #FA9FDB;
}
</style>