Shades of Lavender Rose #F99EE6
Tints of Lavender Rose #F99EE6
RGB
CMYK
RGB Variations
Color information
#F99EE6 (or 0xF99EE6) is known color: Lavender Rose. HEX triplet: F9, 9E and E6. RGB value is (249,158,230). Sum of RGB (Red+Green+Blue) = 249+158+230=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 158 (62.11% from 255 or 24.80% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99EE6 is #066119. Grayscale: #C1C1C1. Windows color (decimal): -418074 or 15113977. OLE color: 15113977.
HSL color Cylindrical-coordinate representation of color #F99EE6: hue angle of 312.53º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99EE6 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 230 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.02 |
| HSL | 312.53º | 0.88% | 0.8% | - |
| HSV(B) | 312.53º | 0.37% | 0.98% | - |
| XYZ | 65.58 | 50.31 | 81.12 | - |
| YUV | 193.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 230 | 0 | 0.37 | 0.08 | 0.02 | 312.53 | 0.88 | 0.8 |
| Hex | F9 | 9E | E6 | 0 | 25 | 8 | 2 | 139 | 58 | 50 |
| Octal | 371 | 236 | 346 | 0 | 45 | 10 | 2 | 471 | 130 | 120 |
| Binary | 11111001 | 10011110 | 11100110 | 0 | 100101 | 1000 | 10 | 100111001 | 1011000 | 1010000 |
Color Harmonies of #F99EE6
Complementary color
Monochromatic Colors of #F99EE6
Black with #F99EE6
Text Example
Text Example
White with #F99EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EE6; }
p { color: rgb(249,158,230); }
H1.HeaderClassName
{
color: #F99EE6;
}
.AnyTagClassName
{
color: #F99EE6;
}
</style>
background-color css
<style>
a { background-color: #F99EE6; }
a { background-color: rgb(249,158,230); }
div.DivClassName
{
background-color: #F99EE6;
}
.BgClassName
{
background-color: #F99EE6;
}
</style>
border-color css
<style>
span { border-color: #F99EE6; }
span { border-color: rgb(249,158,230); }
td.TdClassName
{
border-color: #F99EE6;
}
.TagClassName
{
border-color: #F99EE6;
}
</style>