Shades of Lavender Rose #F49DD4
Tints of Lavender Rose #F49DD4
RGB
CMYK
RGB Variations
Color information
#F49DD4 (or 0xF49DD4) is known color: Lavender Rose. HEX triplet: F4, 9D and D4. RGB value is (244,157,212). Sum of RGB (Red+Green+Blue) = 244+157+212=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49DD4 is #0B622B. Grayscale: #BDBDBD. Windows color (decimal): -746028 or 13934068. OLE color: 13934068.
HSL color Cylindrical-coordinate representation of color #F49DD4: hue angle of 322.07º 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 #F49DD4 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 212 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.04 |
| HSL | 322.07º | 0.8% | 0.79% | - |
| HSV(B) | 322.07º | 0.36% | 0.96% | - |
| XYZ | 61.25 | 48.1 | 68.34 | - |
| YUV | 189.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 212 | 0 | 0.36 | 0.13 | 0.04 | 322.07 | 0.8 | 0.79 |
| Hex | F4 | 9D | D4 | 0 | 24 | D | 4 | 142 | 50 | 4F |
| Octal | 364 | 235 | 324 | 0 | 44 | 15 | 4 | 502 | 120 | 117 |
| Binary | 11110100 | 10011101 | 11010100 | 0 | 100100 | 1101 | 100 | 101000010 | 1010000 | 1001111 |
Color Harmonies of #F49DD4
Complementary color
Monochromatic Colors of #F49DD4
Black with #F49DD4
Text Example
Text Example
White with #F49DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49DD4; }
p { color: rgb(244,157,212); }
H1.HeaderClassName
{
color: #F49DD4;
}
.AnyTagClassName
{
color: #F49DD4;
}
</style>
background-color css
<style>
a { background-color: #F49DD4; }
a { background-color: rgb(244,157,212); }
div.DivClassName
{
background-color: #F49DD4;
}
.BgClassName
{
background-color: #F49DD4;
}
</style>
border-color css
<style>
span { border-color: #F49DD4; }
span { border-color: rgb(244,157,212); }
td.TdClassName
{
border-color: #F49DD4;
}
.TagClassName
{
border-color: #F49DD4;
}
</style>