Shades of Lavender Rose #F993DB
Tints of Lavender Rose #F993DB
RGB
CMYK
RGB Variations
Color information
#F993DB (or 0xF993DB) is known color: Lavender Rose. HEX triplet: F9, 93 and DB. RGB value is (249,147,219). Sum of RGB (Red+Green+Blue) = 249+147+219=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F993DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993DB is #066C24. Grayscale: #B9B9B9. Windows color (decimal): -420901 or 14390265. OLE color: 14390265.
HSL color Cylindrical-coordinate representation of color #F993DB: hue angle of 317.65º degrees, saturation: 0.89, 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 #F993DB is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 219 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.02 |
| HSL | 317.65º | 0.89% | 0.78% | - |
| HSV(B) | 317.65º | 0.41% | 0.98% | - |
| XYZ | 62.29 | 46.12 | 72.64 | - |
| YUV | 185.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 219 | 0 | 0.41 | 0.12 | 0.02 | 317.65 | 0.89 | 0.78 |
| Hex | F9 | 93 | DB | 0 | 29 | C | 2 | 13E | 59 | 4E |
| Octal | 371 | 223 | 333 | 0 | 51 | 14 | 2 | 476 | 131 | 116 |
| Binary | 11111001 | 10010011 | 11011011 | 0 | 101001 | 1100 | 10 | 100111110 | 1011001 | 1001110 |
Color Harmonies of #F993DB
Complementary color
Monochromatic Colors of #F993DB
Black with #F993DB
Text Example
Text Example
White with #F993DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F993DB; }
p { color: rgb(249,147,219); }
H1.HeaderClassName
{
color: #F993DB;
}
.AnyTagClassName
{
color: #F993DB;
}
</style>
background-color css
<style>
a { background-color: #F993DB; }
a { background-color: rgb(249,147,219); }
div.DivClassName
{
background-color: #F993DB;
}
.BgClassName
{
background-color: #F993DB;
}
</style>
border-color css
<style>
span { border-color: #F993DB; }
span { border-color: rgb(249,147,219); }
td.TdClassName
{
border-color: #F993DB;
}
.TagClassName
{
border-color: #F993DB;
}
</style>