Shades of Lavender Rose #F996DC
Tints of Lavender Rose #F996DC
RGB
CMYK
RGB Variations
Color information
#F996DC (or 0xF996DC) is known color: Lavender Rose. HEX triplet: F9, 96 and DC. RGB value is (249,150,220). Sum of RGB (Red+Green+Blue) = 249+150+220=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F996DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996DC is #066923. Grayscale: #BBBBBB. Windows color (decimal): -420132 or 14456569. OLE color: 14456569.
HSL color Cylindrical-coordinate representation of color #F996DC: hue angle of 317.58º 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 #F996DC is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 220 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.02 |
| HSL | 317.58º | 0.89% | 0.78% | - |
| HSV(B) | 317.58º | 0.4% | 0.98% | - |
| XYZ | 62.89 | 47.12 | 73.49 | - |
| YUV | 187.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 220 | 0 | 0.40 | 0.12 | 0.02 | 317.58 | 0.89 | 0.78 |
| Hex | F9 | 96 | DC | 0 | 28 | C | 2 | 13E | 59 | 4E |
| Octal | 371 | 226 | 334 | 0 | 50 | 14 | 2 | 476 | 131 | 116 |
| Binary | 11111001 | 10010110 | 11011100 | 0 | 101000 | 1100 | 10 | 100111110 | 1011001 | 1001110 |
Color Harmonies of #F996DC
Complementary color
Monochromatic Colors of #F996DC
Black with #F996DC
Text Example
Text Example
White with #F996DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F996DC; }
p { color: rgb(249,150,220); }
H1.HeaderClassName
{
color: #F996DC;
}
.AnyTagClassName
{
color: #F996DC;
}
</style>
background-color css
<style>
a { background-color: #F996DC; }
a { background-color: rgb(249,150,220); }
div.DivClassName
{
background-color: #F996DC;
}
.BgClassName
{
background-color: #F996DC;
}
</style>
border-color css
<style>
span { border-color: #F996DC; }
span { border-color: rgb(249,150,220); }
td.TdClassName
{
border-color: #F996DC;
}
.TagClassName
{
border-color: #F996DC;
}
</style>