Shades of Lavender Rose #F996DB
Tints of Lavender Rose #F996DB
RGB
CMYK
RGB Variations
Color information
#F996DB (or 0xF996DB) is known color: Lavender Rose. HEX triplet: F9, 96 and DB. RGB value is (249,150,219). Sum of RGB (Red+Green+Blue) = 249+150+219=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F996DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996DB is #066924. Grayscale: #BBBBBB. Windows color (decimal): -420133 or 14391033. OLE color: 14391033.
HSL color Cylindrical-coordinate representation of color #F996DB: hue angle of 318.18º degrees, saturation: 0.89, 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 #F996DB is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 219 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.02 |
| HSL | 318.18º | 0.89% | 0.78% | - |
| HSV(B) | 318.18º | 0.4% | 0.98% | - |
| XYZ | 62.76 | 47.07 | 72.79 | - |
| YUV | 187.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 219 | 0 | 0.40 | 0.12 | 0.02 | 318.18 | 0.89 | 0.78 |
| Hex | F9 | 96 | DB | 0 | 28 | C | 2 | 13E | 59 | 4E |
| Octal | 371 | 226 | 333 | 0 | 50 | 14 | 2 | 476 | 131 | 116 |
| Binary | 11111001 | 10010110 | 11011011 | 0 | 101000 | 1100 | 10 | 100111110 | 1011001 | 1001110 |
Color Harmonies of #F996DB
Complementary color
Monochromatic Colors of #F996DB
Black with #F996DB
Text Example
Text Example
White with #F996DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F996DB; }
p { color: rgb(249,150,219); }
H1.HeaderClassName
{
color: #F996DB;
}
.AnyTagClassName
{
color: #F996DB;
}
</style>
background-color css
<style>
a { background-color: #F996DB; }
a { background-color: rgb(249,150,219); }
div.DivClassName
{
background-color: #F996DB;
}
.BgClassName
{
background-color: #F996DB;
}
</style>
border-color css
<style>
span { border-color: #F996DB; }
span { border-color: rgb(249,150,219); }
td.TdClassName
{
border-color: #F996DB;
}
.TagClassName
{
border-color: #F996DB;
}
</style>