Shades of Lavender Rose #FA9EDB
Tints of Lavender Rose #FA9EDB
RGB
CMYK
RGB Variations
Color information
#FA9EDB (or 0xFA9EDB) is known color: Lavender Rose. HEX triplet: FA, 9E and DB. RGB value is (250,158,219). Sum of RGB (Red+Green+Blue) = 250+158+219=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EDB is #056124. Grayscale: #C0C0C0. Windows color (decimal): -352549 or 14393082. OLE color: 14393082.
HSL color Cylindrical-coordinate representation of color #FA9EDB: hue angle of 320.22º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9EDB is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 219 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.02 |
| HSL | 320.22º | 0.9% | 0.8% | - |
| HSV(B) | 320.22º | 0.37% | 0.98% | - |
| XYZ | 64.44 | 49.89 | 73.25 | - |
| YUV | 192.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 219 | 0 | 0.37 | 0.12 | 0.02 | 320.22 | 0.9 | 0.8 |
| Hex | FA | 9E | DB | 0 | 25 | C | 2 | 140 | 5A | 50 |
| Octal | 372 | 236 | 333 | 0 | 45 | 14 | 2 | 500 | 132 | 120 |
| Binary | 11111010 | 10011110 | 11011011 | 0 | 100101 | 1100 | 10 | 101000000 | 1011010 | 1010000 |
Color Harmonies of #FA9EDB
Complementary color
Monochromatic Colors of #FA9EDB
Black with #FA9EDB
Text Example
Text Example
White with #FA9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9EDB; }
p { color: rgb(250,158,219); }
H1.HeaderClassName
{
color: #FA9EDB;
}
.AnyTagClassName
{
color: #FA9EDB;
}
</style>
background-color css
<style>
a { background-color: #FA9EDB; }
a { background-color: rgb(250,158,219); }
div.DivClassName
{
background-color: #FA9EDB;
}
.BgClassName
{
background-color: #FA9EDB;
}
</style>
border-color css
<style>
span { border-color: #FA9EDB; }
span { border-color: rgb(250,158,219); }
td.TdClassName
{
border-color: #FA9EDB;
}
.TagClassName
{
border-color: #FA9EDB;
}
</style>