Shades of Lavender Rose #F498DE
Tints of Lavender Rose #F498DE
RGB
CMYK
RGB Variations
Color information
#F498DE (or 0xF498DE) is known color: Lavender Rose. HEX triplet: F4, 98 and DE. RGB value is (244,152,222). Sum of RGB (Red+Green+Blue) = 244+152+222=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F498DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498DE is #0B6721. Grayscale: #BBBBBB. Windows color (decimal): -747298 or 14588148. OLE color: 14588148.
HSL color Cylindrical-coordinate representation of color #F498DE: hue angle of 314.35º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F498DE is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 222 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.04 |
| HSL | 314.35º | 0.81% | 0.78% | - |
| HSV(B) | 314.35º | 0.38% | 0.96% | - |
| XYZ | 61.72 | 46.96 | 74.92 | - |
| YUV | 187.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 222 | 0 | 0.38 | 0.09 | 0.04 | 314.35 | 0.81 | 0.78 |
| Hex | F4 | 98 | DE | 0 | 26 | 9 | 4 | 13A | 51 | 4E |
| Octal | 364 | 230 | 336 | 0 | 46 | 11 | 4 | 472 | 121 | 116 |
| Binary | 11110100 | 10011000 | 11011110 | 0 | 100110 | 1001 | 100 | 100111010 | 1010001 | 1001110 |
Color Harmonies of #F498DE
Complementary color
Monochromatic Colors of #F498DE
Black with #F498DE
Text Example
Text Example
White with #F498DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498DE; }
p { color: rgb(244,152,222); }
H1.HeaderClassName
{
color: #F498DE;
}
.AnyTagClassName
{
color: #F498DE;
}
</style>
background-color css
<style>
a { background-color: #F498DE; }
a { background-color: rgb(244,152,222); }
div.DivClassName
{
background-color: #F498DE;
}
.BgClassName
{
background-color: #F498DE;
}
</style>
border-color css
<style>
span { border-color: #F498DE; }
span { border-color: rgb(244,152,222); }
td.TdClassName
{
border-color: #F498DE;
}
.TagClassName
{
border-color: #F498DE;
}
</style>