Shades of Lavender Rose #F996DF
Tints of Lavender Rose #F996DF
RGB
CMYK
RGB Variations
Color information
#F996DF (or 0xF996DF) is known color: Lavender Rose. HEX triplet: F9, 96 and DF. RGB value is (249,150,223). Sum of RGB (Red+Green+Blue) = 249+150+223=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 150 (58.98% from 255 or 24.12% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F996DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996DF is #066920. Grayscale: #BBBBBB. Windows color (decimal): -420129 or 14653177. OLE color: 14653177.
HSL color Cylindrical-coordinate representation of color #F996DF: hue angle of 315.76º 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 #F996DF is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 223 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.02 |
| HSL | 315.76º | 0.89% | 0.78% | - |
| HSV(B) | 315.76º | 0.4% | 0.98% | - |
| XYZ | 63.29 | 47.28 | 75.6 | - |
| YUV | 187.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 223 | 0 | 0.40 | 0.10 | 0.02 | 315.76 | 0.89 | 0.78 |
| Hex | F9 | 96 | DF | 0 | 28 | A | 2 | 13C | 59 | 4E |
| Octal | 371 | 226 | 337 | 0 | 50 | 12 | 2 | 474 | 131 | 116 |
| Binary | 11111001 | 10010110 | 11011111 | 0 | 101000 | 1010 | 10 | 100111100 | 1011001 | 1001110 |
Color Harmonies of #F996DF
Complementary color
Monochromatic Colors of #F996DF
Black with #F996DF
Text Example
Text Example
White with #F996DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F996DF; }
p { color: rgb(249,150,223); }
H1.HeaderClassName
{
color: #F996DF;
}
.AnyTagClassName
{
color: #F996DF;
}
</style>
background-color css
<style>
a { background-color: #F996DF; }
a { background-color: rgb(249,150,223); }
div.DivClassName
{
background-color: #F996DF;
}
.BgClassName
{
background-color: #F996DF;
}
</style>
border-color css
<style>
span { border-color: #F996DF; }
span { border-color: rgb(249,150,223); }
td.TdClassName
{
border-color: #F996DF;
}
.TagClassName
{
border-color: #F996DF;
}
</style>