Shades of Lavender Rose #F49AD2
Tints of Lavender Rose #F49AD2
RGB
CMYK
RGB Variations
Color information
#F49AD2 (or 0xF49AD2) is known color: Lavender Rose. HEX triplet: F4, 9A and D2. RGB value is (244,154,210). Sum of RGB (Red+Green+Blue) = 244+154+210=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 244 - color contains mainly: red. Hex color #F49AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49AD2 is #0B652D. Grayscale: #BBBBBB. Windows color (decimal): -746798 or 13802228. OLE color: 13802228.
HSL color Cylindrical-coordinate representation of color #F49AD2: hue angle of 322.67º degrees, saturation: 0.8, 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 #F49AD2 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 210 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.04 |
| HSL | 322.67º | 0.8% | 0.78% | - |
| HSV(B) | 322.67º | 0.37% | 0.96% | - |
| XYZ | 60.5 | 47 | 66.86 | - |
| YUV | 187.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 210 | 0 | 0.37 | 0.14 | 0.04 | 322.67 | 0.8 | 0.78 |
| Hex | F4 | 9A | D2 | 0 | 25 | E | 4 | 143 | 50 | 4E |
| Octal | 364 | 232 | 322 | 0 | 45 | 16 | 4 | 503 | 120 | 116 |
| Binary | 11110100 | 10011010 | 11010010 | 0 | 100101 | 1110 | 100 | 101000011 | 1010000 | 1001110 |
Color Harmonies of #F49AD2
Complementary color
Monochromatic Colors of #F49AD2
Black with #F49AD2
Text Example
Text Example
White with #F49AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49AD2; }
p { color: rgb(244,154,210); }
H1.HeaderClassName
{
color: #F49AD2;
}
.AnyTagClassName
{
color: #F49AD2;
}
</style>
background-color css
<style>
a { background-color: #F49AD2; }
a { background-color: rgb(244,154,210); }
div.DivClassName
{
background-color: #F49AD2;
}
.BgClassName
{
background-color: #F49AD2;
}
</style>
border-color css
<style>
span { border-color: #F49AD2; }
span { border-color: rgb(244,154,210); }
td.TdClassName
{
border-color: #F49AD2;
}
.TagClassName
{
border-color: #F49AD2;
}
</style>