Shades of Lavender Rose #F49CDB
Tints of Lavender Rose #F49CDB
RGB
CMYK
RGB Variations
Color information
#F49CDB (or 0xF49CDB) is known color: Lavender Rose. HEX triplet: F4, 9C and DB. RGB value is (244,156,219). Sum of RGB (Red+Green+Blue) = 244+156+219=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CDB is #0B6324. Grayscale: #BDBDBD. Windows color (decimal): -746277 or 14392564. OLE color: 14392564.
HSL color Cylindrical-coordinate representation of color #F49CDB: hue angle of 317.05º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49CDB is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 219 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.04 |
| HSL | 317.05º | 0.8% | 0.78% | - |
| HSV(B) | 317.05º | 0.36% | 0.96% | - |
| XYZ | 61.98 | 48.12 | 73.04 | - |
| YUV | 189.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 219 | 0 | 0.36 | 0.10 | 0.04 | 317.05 | 0.8 | 0.78 |
| Hex | F4 | 9C | DB | 0 | 24 | A | 4 | 13D | 50 | 4E |
| Octal | 364 | 234 | 333 | 0 | 44 | 12 | 4 | 475 | 120 | 116 |
| Binary | 11110100 | 10011100 | 11011011 | 0 | 100100 | 1010 | 100 | 100111101 | 1010000 | 1001110 |
Color Harmonies of #F49CDB
Complementary color
Monochromatic Colors of #F49CDB
Black with #F49CDB
Text Example
Text Example
White with #F49CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CDB; }
p { color: rgb(244,156,219); }
H1.HeaderClassName
{
color: #F49CDB;
}
.AnyTagClassName
{
color: #F49CDB;
}
</style>
background-color css
<style>
a { background-color: #F49CDB; }
a { background-color: rgb(244,156,219); }
div.DivClassName
{
background-color: #F49CDB;
}
.BgClassName
{
background-color: #F49CDB;
}
</style>
border-color css
<style>
span { border-color: #F49CDB; }
span { border-color: rgb(244,156,219); }
td.TdClassName
{
border-color: #F49CDB;
}
.TagClassName
{
border-color: #F49CDB;
}
</style>