Shades of Lavender Rose #F49ADB
Tints of Lavender Rose #F49ADB
RGB
CMYK
RGB Variations
Color information
#F49ADB (or 0xF49ADB) is known color: Lavender Rose. HEX triplet: F4, 9A and DB. RGB value is (244,154,219). Sum of RGB (Red+Green+Blue) = 244+154+219=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F49ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49ADB is #0B6524. Grayscale: #BCBCBC. Windows color (decimal): -746789 or 14392052. OLE color: 14392052.
HSL color Cylindrical-coordinate representation of color #F49ADB: hue angle of 316.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 #F49ADB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 219 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.04 |
| HSL | 316.67º | 0.8% | 0.78% | - |
| HSV(B) | 316.67º | 0.37% | 0.96% | - |
| XYZ | 61.65 | 47.46 | 72.93 | - |
| YUV | 188.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 219 | 0 | 0.37 | 0.10 | 0.04 | 316.67 | 0.8 | 0.78 |
| Hex | F4 | 9A | DB | 0 | 25 | A | 4 | 13D | 50 | 4E |
| Octal | 364 | 232 | 333 | 0 | 45 | 12 | 4 | 475 | 120 | 116 |
| Binary | 11110100 | 10011010 | 11011011 | 0 | 100101 | 1010 | 100 | 100111101 | 1010000 | 1001110 |
Color Harmonies of #F49ADB
Complementary color
Monochromatic Colors of #F49ADB
Black with #F49ADB
Text Example
Text Example
White with #F49ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49ADB; }
p { color: rgb(244,154,219); }
H1.HeaderClassName
{
color: #F49ADB;
}
.AnyTagClassName
{
color: #F49ADB;
}
</style>
background-color css
<style>
a { background-color: #F49ADB; }
a { background-color: rgb(244,154,219); }
div.DivClassName
{
background-color: #F49ADB;
}
.BgClassName
{
background-color: #F49ADB;
}
</style>
border-color css
<style>
span { border-color: #F49ADB; }
span { border-color: rgb(244,154,219); }
td.TdClassName
{
border-color: #F49ADB;
}
.TagClassName
{
border-color: #F49ADB;
}
</style>