Shades of Lavender Rose #F49DD2
Tints of Lavender Rose #F49DD2
RGB
CMYK
RGB Variations
Color information
#F49DD2 (or 0xF49DD2) is known color: Lavender Rose. HEX triplet: F4, 9D and D2. RGB value is (244,157,210). Sum of RGB (Red+Green+Blue) = 244+157+210=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49DD2 is #0B622D. Grayscale: #BCBCBC. Windows color (decimal): -746030 or 13802996. OLE color: 13802996.
HSL color Cylindrical-coordinate representation of color #F49DD2: hue angle of 323.45º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49DD2 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 210 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.04 |
| HSL | 323.45º | 0.8% | 0.79% | - |
| HSV(B) | 323.45º | 0.36% | 0.96% | - |
| XYZ | 61 | 48 | 67.02 | - |
| YUV | 189.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 210 | 0 | 0.36 | 0.14 | 0.04 | 323.45 | 0.8 | 0.79 |
| Hex | F4 | 9D | D2 | 0 | 24 | E | 4 | 143 | 50 | 4F |
| Octal | 364 | 235 | 322 | 0 | 44 | 16 | 4 | 503 | 120 | 117 |
| Binary | 11110100 | 10011101 | 11010010 | 0 | 100100 | 1110 | 100 | 101000011 | 1010000 | 1001111 |
Color Harmonies of #F49DD2
Complementary color
Monochromatic Colors of #F49DD2
Black with #F49DD2
Text Example
Text Example
White with #F49DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49DD2; }
p { color: rgb(244,157,210); }
H1.HeaderClassName
{
color: #F49DD2;
}
.AnyTagClassName
{
color: #F49DD2;
}
</style>
background-color css
<style>
a { background-color: #F49DD2; }
a { background-color: rgb(244,157,210); }
div.DivClassName
{
background-color: #F49DD2;
}
.BgClassName
{
background-color: #F49DD2;
}
</style>
border-color css
<style>
span { border-color: #F49DD2; }
span { border-color: rgb(244,157,210); }
td.TdClassName
{
border-color: #F49DD2;
}
.TagClassName
{
border-color: #F49DD2;
}
</style>