Shades of Lavender Rose #F49DDB
Tints of Lavender Rose #F49DDB
RGB
CMYK
RGB Variations
Color information
#F49DDB (or 0xF49DDB) is known color: Lavender Rose. HEX triplet: F4, 9D and DB. RGB value is (244,157,219). Sum of RGB (Red+Green+Blue) = 244+157+219=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49DDB is #0B6224. Grayscale: #BDBDBD. Windows color (decimal): -746021 or 14392820. OLE color: 14392820.
HSL color Cylindrical-coordinate representation of color #F49DDB: hue angle of 317.24º 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 #F49DDB is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 219 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.04 |
| HSL | 317.24º | 0.8% | 0.79% | - |
| HSV(B) | 317.24º | 0.36% | 0.96% | - |
| XYZ | 62.15 | 48.46 | 73.1 | - |
| YUV | 190.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 219 | 0 | 0.36 | 0.10 | 0.04 | 317.24 | 0.8 | 0.79 |
| Hex | F4 | 9D | DB | 0 | 24 | A | 4 | 13D | 50 | 4F |
| Octal | 364 | 235 | 333 | 0 | 44 | 12 | 4 | 475 | 120 | 117 |
| Binary | 11110100 | 10011101 | 11011011 | 0 | 100100 | 1010 | 100 | 100111101 | 1010000 | 1001111 |
Color Harmonies of #F49DDB
Complementary color
Monochromatic Colors of #F49DDB
Black with #F49DDB
Text Example
Text Example
White with #F49DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49DDB; }
p { color: rgb(244,157,219); }
H1.HeaderClassName
{
color: #F49DDB;
}
.AnyTagClassName
{
color: #F49DDB;
}
</style>
background-color css
<style>
a { background-color: #F49DDB; }
a { background-color: rgb(244,157,219); }
div.DivClassName
{
background-color: #F49DDB;
}
.BgClassName
{
background-color: #F49DDB;
}
</style>
border-color css
<style>
span { border-color: #F49DDB; }
span { border-color: rgb(244,157,219); }
td.TdClassName
{
border-color: #F49DDB;
}
.TagClassName
{
border-color: #F49DDB;
}
</style>