Shades of Lavender Rose #FA9BDB
Tints of Lavender Rose #FA9BDB
RGB
CMYK
RGB Variations
Color information
#FA9BDB (or 0xFA9BDB) is known color: Lavender Rose. HEX triplet: FA, 9B and DB. RGB value is (250,155,219). Sum of RGB (Red+Green+Blue) = 250+155+219=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BDB is #056424. Grayscale: #BEBEBE. Windows color (decimal): -353317 or 14392314. OLE color: 14392314.
HSL color Cylindrical-coordinate representation of color #FA9BDB: hue angle of 319.58º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9BDB is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 219 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.02 |
| HSL | 319.58º | 0.9% | 0.79% | - |
| HSV(B) | 319.58º | 0.38% | 0.98% | - |
| XYZ | 63.93 | 48.88 | 73.08 | - |
| YUV | 190.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 219 | 0 | 0.38 | 0.12 | 0.02 | 319.58 | 0.9 | 0.79 |
| Hex | FA | 9B | DB | 0 | 26 | C | 2 | 140 | 5A | 4F |
| Octal | 372 | 233 | 333 | 0 | 46 | 14 | 2 | 500 | 132 | 117 |
| Binary | 11111010 | 10011011 | 11011011 | 0 | 100110 | 1100 | 10 | 101000000 | 1011010 | 1001111 |
Color Harmonies of #FA9BDB
Complementary color
Monochromatic Colors of #FA9BDB
Black with #FA9BDB
Text Example
Text Example
White with #FA9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BDB; }
p { color: rgb(250,155,219); }
H1.HeaderClassName
{
color: #FA9BDB;
}
.AnyTagClassName
{
color: #FA9BDB;
}
</style>
background-color css
<style>
a { background-color: #FA9BDB; }
a { background-color: rgb(250,155,219); }
div.DivClassName
{
background-color: #FA9BDB;
}
.BgClassName
{
background-color: #FA9BDB;
}
</style>
border-color css
<style>
span { border-color: #FA9BDB; }
span { border-color: rgb(250,155,219); }
td.TdClassName
{
border-color: #FA9BDB;
}
.TagClassName
{
border-color: #FA9BDB;
}
</style>