Shades of Lavender Rose #FA93DB
Tints of Lavender Rose #FA93DB
RGB
CMYK
RGB Variations
Color information
#FA93DB (or 0xFA93DB) is known color: Lavender Rose. HEX triplet: FA, 93 and DB. RGB value is (250,147,219). Sum of RGB (Red+Green+Blue) = 250+147+219=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93DB is #056C24. Grayscale: #B9B9B9. Windows color (decimal): -355365 or 14390266. OLE color: 14390266.
HSL color Cylindrical-coordinate representation of color #FA93DB: hue angle of 318.06º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA93DB is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 219 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.02 |
| HSL | 318.06º | 0.91% | 0.78% | - |
| HSV(B) | 318.06º | 0.41% | 0.98% | - |
| XYZ | 62.64 | 46.31 | 72.65 | - |
| YUV | 186.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 219 | 0 | 0.41 | 0.12 | 0.02 | 318.06 | 0.91 | 0.78 |
| Hex | FA | 93 | DB | 0 | 29 | C | 2 | 13E | 5B | 4E |
| Octal | 372 | 223 | 333 | 0 | 51 | 14 | 2 | 476 | 133 | 116 |
| Binary | 11111010 | 10010011 | 11011011 | 0 | 101001 | 1100 | 10 | 100111110 | 1011011 | 1001110 |
Color Harmonies of #FA93DB
Complementary color
Monochromatic Colors of #FA93DB
Black with #FA93DB
Text Example
Text Example
White with #FA93DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA93DB; }
p { color: rgb(250,147,219); }
H1.HeaderClassName
{
color: #FA93DB;
}
.AnyTagClassName
{
color: #FA93DB;
}
</style>
background-color css
<style>
a { background-color: #FA93DB; }
a { background-color: rgb(250,147,219); }
div.DivClassName
{
background-color: #FA93DB;
}
.BgClassName
{
background-color: #FA93DB;
}
</style>
border-color css
<style>
span { border-color: #FA93DB; }
span { border-color: rgb(250,147,219); }
td.TdClassName
{
border-color: #FA93DB;
}
.TagClassName
{
border-color: #FA93DB;
}
</style>