Shades of Lavender Rose #F99EEA
Tints of Lavender Rose #F99EEA
RGB
CMYK
RGB Variations
Color information
#F99EEA (or 0xF99EEA) is known color: Lavender Rose. HEX triplet: F9, 9E and EA. RGB value is (249,158,234). Sum of RGB (Red+Green+Blue) = 249+158+234=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 158 (62.11% from 255 or 24.65% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99EEA is #066115. Grayscale: #C1C1C1. Windows color (decimal): -418070 or 15376121. OLE color: 15376121.
HSL color Cylindrical-coordinate representation of color #F99EEA: hue angle of 309.89º 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 #F99EEA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 234 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.02 |
| HSL | 309.89º | 0.88% | 0.8% | - |
| HSV(B) | 309.89º | 0.37% | 0.98% | - |
| XYZ | 66.15 | 50.53 | 84.11 | - |
| YUV | 193.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 234 | 0 | 0.37 | 0.06 | 0.02 | 309.89 | 0.88 | 0.8 |
| Hex | F9 | 9E | EA | 0 | 25 | 6 | 2 | 136 | 58 | 50 |
| Octal | 371 | 236 | 352 | 0 | 45 | 6 | 2 | 466 | 130 | 120 |
| Binary | 11111001 | 10011110 | 11101010 | 0 | 100101 | 110 | 10 | 100110110 | 1011000 | 1010000 |
Color Harmonies of #F99EEA
Complementary color
Monochromatic Colors of #F99EEA
Black with #F99EEA
Text Example
Text Example
White with #F99EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EEA; }
p { color: rgb(249,158,234); }
H1.HeaderClassName
{
color: #F99EEA;
}
.AnyTagClassName
{
color: #F99EEA;
}
</style>
background-color css
<style>
a { background-color: #F99EEA; }
a { background-color: rgb(249,158,234); }
div.DivClassName
{
background-color: #F99EEA;
}
.BgClassName
{
background-color: #F99EEA;
}
</style>
border-color css
<style>
span { border-color: #F99EEA; }
span { border-color: rgb(249,158,234); }
td.TdClassName
{
border-color: #F99EEA;
}
.TagClassName
{
border-color: #F99EEA;
}
</style>