Shades of Lavender Rose #F99EEE
Tints of Lavender Rose #F99EEE
RGB
CMYK
RGB Variations
Color information
#F99EEE (or 0xF99EEE) is known color: Lavender Rose. HEX triplet: F9, 9E and EE. RGB value is (249,158,238). Sum of RGB (Red+Green+Blue) = 249+158+238=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 158 (62.11% from 255 or 24.50% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99EEE is #066111. Grayscale: #C2C2C2. Windows color (decimal): -418066 or 15638265. OLE color: 15638265.
HSL color Cylindrical-coordinate representation of color #F99EEE: hue angle of 307.25º 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 #F99EEE is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 238 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.02 |
| HSL | 307.25º | 0.88% | 0.8% | - |
| HSV(B) | 307.25º | 0.37% | 0.98% | - |
| XYZ | 66.73 | 50.77 | 87.17 | - |
| YUV | 194.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 238 | 0 | 0.37 | 0.04 | 0.02 | 307.25 | 0.88 | 0.8 |
| Hex | F9 | 9E | EE | 0 | 25 | 4 | 2 | 133 | 58 | 50 |
| Octal | 371 | 236 | 356 | 0 | 45 | 4 | 2 | 463 | 130 | 120 |
| Binary | 11111001 | 10011110 | 11101110 | 0 | 100101 | 100 | 10 | 100110011 | 1011000 | 1010000 |
Color Harmonies of #F99EEE
Complementary color
Monochromatic Colors of #F99EEE
Black with #F99EEE
Text Example
Text Example
White with #F99EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EEE; }
p { color: rgb(249,158,238); }
H1.HeaderClassName
{
color: #F99EEE;
}
.AnyTagClassName
{
color: #F99EEE;
}
</style>
background-color css
<style>
a { background-color: #F99EEE; }
a { background-color: rgb(249,158,238); }
div.DivClassName
{
background-color: #F99EEE;
}
.BgClassName
{
background-color: #F99EEE;
}
</style>
border-color css
<style>
span { border-color: #F99EEE; }
span { border-color: rgb(249,158,238); }
td.TdClassName
{
border-color: #F99EEE;
}
.TagClassName
{
border-color: #F99EEE;
}
</style>