Shades of Lavender Rose #F994DB
Tints of Lavender Rose #F994DB
RGB
CMYK
RGB Variations
Color information
#F994DB (or 0xF994DB) is known color: Lavender Rose. HEX triplet: F9, 94 and DB. RGB value is (249,148,219). Sum of RGB (Red+Green+Blue) = 249+148+219=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F994DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994DB is #066B24. Grayscale: #BABABA. Windows color (decimal): -420645 or 14390521. OLE color: 14390521.
HSL color Cylindrical-coordinate representation of color #F994DB: hue angle of 317.82º 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 #F994DB is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 219 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.02 |
| HSL | 317.82º | 0.89% | 0.78% | - |
| HSV(B) | 317.82º | 0.41% | 0.98% | - |
| XYZ | 62.44 | 46.43 | 72.69 | - |
| YUV | 186.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 219 | 0 | 0.41 | 0.12 | 0.02 | 317.82 | 0.89 | 0.78 |
| Hex | F9 | 94 | DB | 0 | 29 | C | 2 | 13E | 59 | 4E |
| Octal | 371 | 224 | 333 | 0 | 51 | 14 | 2 | 476 | 131 | 116 |
| Binary | 11111001 | 10010100 | 11011011 | 0 | 101001 | 1100 | 10 | 100111110 | 1011001 | 1001110 |
Color Harmonies of #F994DB
Complementary color
Monochromatic Colors of #F994DB
Black with #F994DB
Text Example
Text Example
White with #F994DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994DB; }
p { color: rgb(249,148,219); }
H1.HeaderClassName
{
color: #F994DB;
}
.AnyTagClassName
{
color: #F994DB;
}
</style>
background-color css
<style>
a { background-color: #F994DB; }
a { background-color: rgb(249,148,219); }
div.DivClassName
{
background-color: #F994DB;
}
.BgClassName
{
background-color: #F994DB;
}
</style>
border-color css
<style>
span { border-color: #F994DB; }
span { border-color: rgb(249,148,219); }
td.TdClassName
{
border-color: #F994DB;
}
.TagClassName
{
border-color: #F994DB;
}
</style>