Shades of Lavender Rose #F498DD
Tints of Lavender Rose #F498DD
RGB
CMYK
RGB Variations
Color information
#F498DD (or 0xF498DD) is known color: Lavender Rose. HEX triplet: F4, 98 and DD. RGB value is (244,152,221). Sum of RGB (Red+Green+Blue) = 244+152+221=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F498DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498DD is #0B6722. Grayscale: #BBBBBB. Windows color (decimal): -747299 or 14522612. OLE color: 14522612.
HSL color Cylindrical-coordinate representation of color #F498DD: hue angle of 315º 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 #F498DD is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 221 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.04 |
| HSL | 315º | 0.81% | 0.78% | - |
| HSV(B) | 315º | 0.38% | 0.96% | - |
| XYZ | 61.59 | 46.91 | 74.22 | - |
| YUV | 187.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 221 | 0 | 0.38 | 0.09 | 0.04 | 315 | 0.81 | 0.78 |
| Hex | F4 | 98 | DD | 0 | 26 | 9 | 4 | 13B | 51 | 4E |
| Octal | 364 | 230 | 335 | 0 | 46 | 11 | 4 | 473 | 121 | 116 |
| Binary | 11110100 | 10011000 | 11011101 | 0 | 100110 | 1001 | 100 | 100111011 | 1010001 | 1001110 |
Color Harmonies of #F498DD
Complementary color
Monochromatic Colors of #F498DD
Black with #F498DD
Text Example
Text Example
White with #F498DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498DD; }
p { color: rgb(244,152,221); }
H1.HeaderClassName
{
color: #F498DD;
}
.AnyTagClassName
{
color: #F498DD;
}
</style>
background-color css
<style>
a { background-color: #F498DD; }
a { background-color: rgb(244,152,221); }
div.DivClassName
{
background-color: #F498DD;
}
.BgClassName
{
background-color: #F498DD;
}
</style>
border-color css
<style>
span { border-color: #F498DD; }
span { border-color: rgb(244,152,221); }
td.TdClassName
{
border-color: #F498DD;
}
.TagClassName
{
border-color: #F498DD;
}
</style>