Shades of Lavender Rose #F998EE
Tints of Lavender Rose #F998EE
RGB
CMYK
RGB Variations
Color information
#F998EE (or 0xF998EE) is known color: Lavender Rose. HEX triplet: F9, 98 and EE. RGB value is (249,152,238). Sum of RGB (Red+Green+Blue) = 249+152+238=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 152 (59.77% from 255 or 23.79% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F998EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F998EE is #066711. Grayscale: #BEBEBE. Windows color (decimal): -419602 or 15636729. OLE color: 15636729.
HSL color Cylindrical-coordinate representation of color #F998EE: hue angle of 306.8º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998EE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 238 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.02 |
| HSL | 306.8º | 0.89% | 0.79% | - |
| HSV(B) | 306.8º | 0.39% | 0.98% | - |
| XYZ | 65.73 | 48.77 | 86.84 | - |
| YUV | 190.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 238 | 0 | 0.39 | 0.04 | 0.02 | 306.8 | 0.89 | 0.79 |
| Hex | F9 | 98 | EE | 0 | 27 | 4 | 2 | 133 | 59 | 4F |
| Octal | 371 | 230 | 356 | 0 | 47 | 4 | 2 | 463 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11101110 | 0 | 100111 | 100 | 10 | 100110011 | 1011001 | 1001111 |
Color Harmonies of #F998EE
Complementary color
Monochromatic Colors of #F998EE
Black with #F998EE
Text Example
Text Example
White with #F998EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998EE; }
p { color: rgb(249,152,238); }
H1.HeaderClassName
{
color: #F998EE;
}
.AnyTagClassName
{
color: #F998EE;
}
</style>
background-color css
<style>
a { background-color: #F998EE; }
a { background-color: rgb(249,152,238); }
div.DivClassName
{
background-color: #F998EE;
}
.BgClassName
{
background-color: #F998EE;
}
</style>
border-color css
<style>
span { border-color: #F998EE; }
span { border-color: rgb(249,152,238); }
td.TdClassName
{
border-color: #F998EE;
}
.TagClassName
{
border-color: #F998EE;
}
</style>