Shades of Lavender Rose #F499D2
Tints of Lavender Rose #F499D2
RGB
CMYK
RGB Variations
Color information
#F499D2 (or 0xF499D2) is known color: Lavender Rose. HEX triplet: F4, 99 and D2. RGB value is (244,153,210). Sum of RGB (Red+Green+Blue) = 244+153+210=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F499D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F499D2 is #0B662D. Grayscale: #BABABA. Windows color (decimal): -747054 or 13801972. OLE color: 13801972.
HSL color Cylindrical-coordinate representation of color #F499D2: hue angle of 322.42º 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 #F499D2 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 210 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.04 |
| HSL | 322.42º | 0.81% | 0.78% | - |
| HSV(B) | 322.42º | 0.37% | 0.96% | - |
| XYZ | 60.33 | 46.67 | 66.8 | - |
| YUV | 186.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 210 | 0 | 0.37 | 0.14 | 0.04 | 322.42 | 0.81 | 0.78 |
| Hex | F4 | 99 | D2 | 0 | 25 | E | 4 | 142 | 51 | 4E |
| Octal | 364 | 231 | 322 | 0 | 45 | 16 | 4 | 502 | 121 | 116 |
| Binary | 11110100 | 10011001 | 11010010 | 0 | 100101 | 1110 | 100 | 101000010 | 1010001 | 1001110 |
Color Harmonies of #F499D2
Complementary color
Monochromatic Colors of #F499D2
Black with #F499D2
Text Example
Text Example
White with #F499D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F499D2; }
p { color: rgb(244,153,210); }
H1.HeaderClassName
{
color: #F499D2;
}
.AnyTagClassName
{
color: #F499D2;
}
</style>
background-color css
<style>
a { background-color: #F499D2; }
a { background-color: rgb(244,153,210); }
div.DivClassName
{
background-color: #F499D2;
}
.BgClassName
{
background-color: #F499D2;
}
</style>
border-color css
<style>
span { border-color: #F499D2; }
span { border-color: rgb(244,153,210); }
td.TdClassName
{
border-color: #F499D2;
}
.TagClassName
{
border-color: #F499D2;
}
</style>