Shades of Lavender Rose #F996EE
Tints of Lavender Rose #F996EE
RGB
CMYK
RGB Variations
Color information
#F996EE (or 0xF996EE) is known color: Lavender Rose. HEX triplet: F9, 96 and EE. RGB value is (249,150,238). Sum of RGB (Red+Green+Blue) = 249+150+238=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F996EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F996EE is #066911. Grayscale: #BDBDBD. Windows color (decimal): -420114 or 15636217. OLE color: 15636217.
HSL color Cylindrical-coordinate representation of color #F996EE: hue angle of 306.67º 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 #F996EE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 238 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.02 |
| HSL | 306.67º | 0.89% | 0.78% | - |
| HSV(B) | 306.67º | 0.4% | 0.98% | - |
| XYZ | 65.41 | 48.13 | 86.73 | - |
| YUV | 189.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 238 | 0 | 0.40 | 0.04 | 0.02 | 306.67 | 0.89 | 0.78 |
| Hex | F9 | 96 | EE | 0 | 28 | 4 | 2 | 133 | 59 | 4E |
| Octal | 371 | 226 | 356 | 0 | 50 | 4 | 2 | 463 | 131 | 116 |
| Binary | 11111001 | 10010110 | 11101110 | 0 | 101000 | 100 | 10 | 100110011 | 1011001 | 1001110 |
Color Harmonies of #F996EE
Complementary color
Monochromatic Colors of #F996EE
Black with #F996EE
Text Example
Text Example
White with #F996EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F996EE; }
p { color: rgb(249,150,238); }
H1.HeaderClassName
{
color: #F996EE;
}
.AnyTagClassName
{
color: #F996EE;
}
</style>
background-color css
<style>
a { background-color: #F996EE; }
a { background-color: rgb(249,150,238); }
div.DivClassName
{
background-color: #F996EE;
}
.BgClassName
{
background-color: #F996EE;
}
</style>
border-color css
<style>
span { border-color: #F996EE; }
span { border-color: rgb(249,150,238); }
td.TdClassName
{
border-color: #F996EE;
}
.TagClassName
{
border-color: #F996EE;
}
</style>