Shades of Lavender Rose #F99EE2
Tints of Lavender Rose #F99EE2
RGB
CMYK
RGB Variations
Color information
#F99EE2 (or 0xF99EE2) is known color: Lavender Rose. HEX triplet: F9, 9E and E2. RGB value is (249,158,226). Sum of RGB (Red+Green+Blue) = 249+158+226=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99EE2 is #06611D. Grayscale: #C0C0C0. Windows color (decimal): -418078 or 14851833. OLE color: 14851833.
HSL color Cylindrical-coordinate representation of color #F99EE2: hue angle of 315.16º 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 #F99EE2 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 226 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.02 |
| HSL | 315.16º | 0.88% | 0.8% | - |
| HSV(B) | 315.16º | 0.37% | 0.98% | - |
| XYZ | 65.02 | 50.08 | 78.19 | - |
| YUV | 192.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 226 | 0 | 0.37 | 0.09 | 0.02 | 315.16 | 0.88 | 0.8 |
| Hex | F9 | 9E | E2 | 0 | 25 | 9 | 2 | 13B | 58 | 50 |
| Octal | 371 | 236 | 342 | 0 | 45 | 11 | 2 | 473 | 130 | 120 |
| Binary | 11111001 | 10011110 | 11100010 | 0 | 100101 | 1001 | 10 | 100111011 | 1011000 | 1010000 |
Color Harmonies of #F99EE2
Complementary color
Monochromatic Colors of #F99EE2
Black with #F99EE2
Text Example
Text Example
White with #F99EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EE2; }
p { color: rgb(249,158,226); }
H1.HeaderClassName
{
color: #F99EE2;
}
.AnyTagClassName
{
color: #F99EE2;
}
</style>
background-color css
<style>
a { background-color: #F99EE2; }
a { background-color: rgb(249,158,226); }
div.DivClassName
{
background-color: #F99EE2;
}
.BgClassName
{
background-color: #F99EE2;
}
</style>
border-color css
<style>
span { border-color: #F99EE2; }
span { border-color: rgb(249,158,226); }
td.TdClassName
{
border-color: #F99EE2;
}
.TagClassName
{
border-color: #F99EE2;
}
</style>