Shades of Lavender Rose #F998ED
Tints of Lavender Rose #F998ED
RGB
CMYK
RGB Variations
Color information
#F998ED (or 0xF998ED) is known color: Lavender Rose. HEX triplet: F9, 98 and ED. RGB value is (249,152,237). Sum of RGB (Red+Green+Blue) = 249+152+237=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 152 (59.77% from 255 or 23.82% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F998ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F998ED is #066712. Grayscale: #BEBEBE. Windows color (decimal): -419603 or 15571193. OLE color: 15571193.
HSL color Cylindrical-coordinate representation of color #F998ED: hue angle of 307.42º 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 #F998ED is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 237 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.02 |
| HSL | 307.42º | 0.89% | 0.79% | - |
| HSV(B) | 307.42º | 0.39% | 0.98% | - |
| XYZ | 65.58 | 48.71 | 86.07 | - |
| YUV | 190.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 237 | 0 | 0.39 | 0.05 | 0.02 | 307.42 | 0.89 | 0.79 |
| Hex | F9 | 98 | ED | 0 | 27 | 5 | 2 | 133 | 59 | 4F |
| Octal | 371 | 230 | 355 | 0 | 47 | 5 | 2 | 463 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11101101 | 0 | 100111 | 101 | 10 | 100110011 | 1011001 | 1001111 |
Color Harmonies of #F998ED
Complementary color
Monochromatic Colors of #F998ED
Black with #F998ED
Text Example
Text Example
White with #F998ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998ED; }
p { color: rgb(249,152,237); }
H1.HeaderClassName
{
color: #F998ED;
}
.AnyTagClassName
{
color: #F998ED;
}
</style>
background-color css
<style>
a { background-color: #F998ED; }
a { background-color: rgb(249,152,237); }
div.DivClassName
{
background-color: #F998ED;
}
.BgClassName
{
background-color: #F998ED;
}
</style>
border-color css
<style>
span { border-color: #F998ED; }
span { border-color: rgb(249,152,237); }
td.TdClassName
{
border-color: #F998ED;
}
.TagClassName
{
border-color: #F998ED;
}
</style>