Shades of Lavender Rose #F99EED
Tints of Lavender Rose #F99EED
RGB
CMYK
RGB Variations
Color information
#F99EED (or 0xF99EED) is known color: Lavender Rose. HEX triplet: F9, 9E and ED. RGB value is (249,158,237). Sum of RGB (Red+Green+Blue) = 249+158+237=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 158 (62.11% from 255 or 24.53% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99EED is #066112. Grayscale: #C1C1C1. Windows color (decimal): -418067 or 15572729. OLE color: 15572729.
HSL color Cylindrical-coordinate representation of color #F99EED: hue angle of 307.91º 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 #F99EED is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 237 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.02 |
| HSL | 307.91º | 0.88% | 0.8% | - |
| HSV(B) | 307.91º | 0.37% | 0.98% | - |
| XYZ | 66.58 | 50.71 | 86.4 | - |
| YUV | 194.22 | 152.15 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 237 | 0 | 0.37 | 0.05 | 0.02 | 307.91 | 0.88 | 0.8 |
| Hex | F9 | 9E | ED | 0 | 25 | 5 | 2 | 134 | 58 | 50 |
| Octal | 371 | 236 | 355 | 0 | 45 | 5 | 2 | 464 | 130 | 120 |
| Binary | 11111001 | 10011110 | 11101101 | 0 | 100101 | 101 | 10 | 100110100 | 1011000 | 1010000 |
Color Harmonies of #F99EED
Complementary color
Monochromatic Colors of #F99EED
Black with #F99EED
Text Example
Text Example
White with #F99EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EED; }
p { color: rgb(249,158,237); }
H1.HeaderClassName
{
color: #F99EED;
}
.AnyTagClassName
{
color: #F99EED;
}
</style>
background-color css
<style>
a { background-color: #F99EED; }
a { background-color: rgb(249,158,237); }
div.DivClassName
{
background-color: #F99EED;
}
.BgClassName
{
background-color: #F99EED;
}
</style>
border-color css
<style>
span { border-color: #F99EED; }
span { border-color: rgb(249,158,237); }
td.TdClassName
{
border-color: #F99EED;
}
.TagClassName
{
border-color: #F99EED;
}
</style>