Shades of Lavender Rose #FA95DB
Tints of Lavender Rose #FA95DB
RGB
CMYK
RGB Variations
Color information
#FA95DB (or 0xFA95DB) is known color: Lavender Rose. HEX triplet: FA, 95 and DB. RGB value is (250,149,219). Sum of RGB (Red+Green+Blue) = 250+149+219=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95DB is #056A24. Grayscale: #BBBBBB. Windows color (decimal): -354853 or 14390778. OLE color: 14390778.
HSL color Cylindrical-coordinate representation of color #FA95DB: hue angle of 318.42º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA95DB is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 219 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.02 |
| HSL | 318.42º | 0.91% | 0.78% | - |
| HSV(B) | 318.42º | 0.4% | 0.98% | - |
| XYZ | 62.96 | 46.93 | 72.76 | - |
| YUV | 187.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 219 | 0 | 0.40 | 0.12 | 0.02 | 318.42 | 0.91 | 0.78 |
| Hex | FA | 95 | DB | 0 | 28 | C | 2 | 13E | 5B | 4E |
| Octal | 372 | 225 | 333 | 0 | 50 | 14 | 2 | 476 | 133 | 116 |
| Binary | 11111010 | 10010101 | 11011011 | 0 | 101000 | 1100 | 10 | 100111110 | 1011011 | 1001110 |
Color Harmonies of #FA95DB
Complementary color
Monochromatic Colors of #FA95DB
Black with #FA95DB
Text Example
Text Example
White with #FA95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA95DB; }
p { color: rgb(250,149,219); }
H1.HeaderClassName
{
color: #FA95DB;
}
.AnyTagClassName
{
color: #FA95DB;
}
</style>
background-color css
<style>
a { background-color: #FA95DB; }
a { background-color: rgb(250,149,219); }
div.DivClassName
{
background-color: #FA95DB;
}
.BgClassName
{
background-color: #FA95DB;
}
</style>
border-color css
<style>
span { border-color: #FA95DB; }
span { border-color: rgb(250,149,219); }
td.TdClassName
{
border-color: #FA95DB;
}
.TagClassName
{
border-color: #FA95DB;
}
</style>