Shades of Lavender Rose #F998EC
Tints of Lavender Rose #F998EC
RGB
CMYK
RGB Variations
Color information
#F998EC (or 0xF998EC) is known color: Lavender Rose. HEX triplet: F9, 98 and EC. RGB value is (249,152,236). Sum of RGB (Red+Green+Blue) = 249+152+236=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 152 (59.77% from 255 or 23.86% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F998EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F998EC is #066713. Grayscale: #BEBEBE. Windows color (decimal): -419604 or 15505657. OLE color: 15505657.
HSL color Cylindrical-coordinate representation of color #F998EC: hue angle of 308.04º 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 #F998EC is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 236 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.02 |
| HSL | 308.04º | 0.89% | 0.79% | - |
| HSV(B) | 308.04º | 0.39% | 0.98% | - |
| XYZ | 65.44 | 48.65 | 85.3 | - |
| YUV | 190.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 236 | 0 | 0.39 | 0.05 | 0.02 | 308.04 | 0.89 | 0.79 |
| Hex | F9 | 98 | EC | 0 | 27 | 5 | 2 | 134 | 59 | 4F |
| Octal | 371 | 230 | 354 | 0 | 47 | 5 | 2 | 464 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11101100 | 0 | 100111 | 101 | 10 | 100110100 | 1011001 | 1001111 |
Color Harmonies of #F998EC
Complementary color
Monochromatic Colors of #F998EC
Black with #F998EC
Text Example
Text Example
White with #F998EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998EC; }
p { color: rgb(249,152,236); }
H1.HeaderClassName
{
color: #F998EC;
}
.AnyTagClassName
{
color: #F998EC;
}
</style>
background-color css
<style>
a { background-color: #F998EC; }
a { background-color: rgb(249,152,236); }
div.DivClassName
{
background-color: #F998EC;
}
.BgClassName
{
background-color: #F998EC;
}
</style>
border-color css
<style>
span { border-color: #F998EC; }
span { border-color: rgb(249,152,236); }
td.TdClassName
{
border-color: #F998EC;
}
.TagClassName
{
border-color: #F998EC;
}
</style>