Shades of Lavender Rose #F499DC
Tints of Lavender Rose #F499DC
RGB
CMYK
RGB Variations
Color information
#F499DC (or 0xF499DC) is known color: Lavender Rose. HEX triplet: F4, 99 and DC. RGB value is (244,153,220). Sum of RGB (Red+Green+Blue) = 244+153+220=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F499DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F499DC is #0B6623. Grayscale: #BBBBBB. Windows color (decimal): -747044 or 14457332. OLE color: 14457332.
HSL color Cylindrical-coordinate representation of color #F499DC: hue angle of 315.82º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F499DC is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 220 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.04 |
| HSL | 315.82º | 0.81% | 0.78% | - |
| HSV(B) | 315.82º | 0.37% | 0.96% | - |
| XYZ | 61.62 | 47.18 | 73.57 | - |
| YUV | 187.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 220 | 0 | 0.37 | 0.10 | 0.04 | 315.82 | 0.81 | 0.78 |
| Hex | F4 | 99 | DC | 0 | 25 | A | 4 | 13C | 51 | 4E |
| Octal | 364 | 231 | 334 | 0 | 45 | 12 | 4 | 474 | 121 | 116 |
| Binary | 11110100 | 10011001 | 11011100 | 0 | 100101 | 1010 | 100 | 100111100 | 1010001 | 1001110 |
Color Harmonies of #F499DC
Complementary color
Monochromatic Colors of #F499DC
Black with #F499DC
Text Example
Text Example
White with #F499DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F499DC; }
p { color: rgb(244,153,220); }
H1.HeaderClassName
{
color: #F499DC;
}
.AnyTagClassName
{
color: #F499DC;
}
</style>
background-color css
<style>
a { background-color: #F499DC; }
a { background-color: rgb(244,153,220); }
div.DivClassName
{
background-color: #F499DC;
}
.BgClassName
{
background-color: #F499DC;
}
</style>
border-color css
<style>
span { border-color: #F499DC; }
span { border-color: rgb(244,153,220); }
td.TdClassName
{
border-color: #F499DC;
}
.TagClassName
{
border-color: #F499DC;
}
</style>