Shades of Lavender Rose #FA9CDB
Tints of Lavender Rose #FA9CDB
RGB
CMYK
RGB Variations
Color information
#FA9CDB (or 0xFA9CDB) is known color: Lavender Rose. HEX triplet: FA, 9C and DB. RGB value is (250,156,219). Sum of RGB (Red+Green+Blue) = 250+156+219=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CDB is #056324. Grayscale: #BFBFBF. Windows color (decimal): -353061 or 14392570. OLE color: 14392570.
HSL color Cylindrical-coordinate representation of color #FA9CDB: hue angle of 319.79º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CDB is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 219 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.02 |
| HSL | 319.79º | 0.9% | 0.8% | - |
| HSV(B) | 319.79º | 0.38% | 0.98% | - |
| XYZ | 64.1 | 49.22 | 73.14 | - |
| YUV | 191.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 219 | 0 | 0.38 | 0.12 | 0.02 | 319.79 | 0.9 | 0.8 |
| Hex | FA | 9C | DB | 0 | 26 | C | 2 | 140 | 5A | 50 |
| Octal | 372 | 234 | 333 | 0 | 46 | 14 | 2 | 500 | 132 | 120 |
| Binary | 11111010 | 10011100 | 11011011 | 0 | 100110 | 1100 | 10 | 101000000 | 1011010 | 1010000 |
Color Harmonies of #FA9CDB
Complementary color
Monochromatic Colors of #FA9CDB
Black with #FA9CDB
Text Example
Text Example
White with #FA9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CDB; }
p { color: rgb(250,156,219); }
H1.HeaderClassName
{
color: #FA9CDB;
}
.AnyTagClassName
{
color: #FA9CDB;
}
</style>
background-color css
<style>
a { background-color: #FA9CDB; }
a { background-color: rgb(250,156,219); }
div.DivClassName
{
background-color: #FA9CDB;
}
.BgClassName
{
background-color: #FA9CDB;
}
</style>
border-color css
<style>
span { border-color: #FA9CDB; }
span { border-color: rgb(250,156,219); }
td.TdClassName
{
border-color: #FA9CDB;
}
.TagClassName
{
border-color: #FA9CDB;
}
</style>