Shades of Lavender Rose #F49FDB
Tints of Lavender Rose #F49FDB
RGB
CMYK
RGB Variations
Color information
#F49FDB (or 0xF49FDB) is known color: Lavender Rose. HEX triplet: F4, 9F and DB. RGB value is (244,159,219). Sum of RGB (Red+Green+Blue) = 244+159+219=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F49FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49FDB is #0B6024. Grayscale: #BFBFBF. Windows color (decimal): -745509 or 14393332. OLE color: 14393332.
HSL color Cylindrical-coordinate representation of color #F49FDB: hue angle of 317.65º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F49FDB is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 159 | 219 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.04 |
| HSL | 317.65º | 0.79% | 0.79% | - |
| HSV(B) | 317.65º | 0.35% | 0.96% | - |
| XYZ | 62.49 | 49.14 | 73.21 | - |
| YUV | 191.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 159 | 219 | 0 | 0.35 | 0.10 | 0.04 | 317.65 | 0.79 | 0.79 |
| Hex | F4 | 9F | DB | 0 | 23 | A | 4 | 13E | 4F | 4F |
| Octal | 364 | 237 | 333 | 0 | 43 | 12 | 4 | 476 | 117 | 117 |
| Binary | 11110100 | 10011111 | 11011011 | 0 | 100011 | 1010 | 100 | 100111110 | 1001111 | 1001111 |
Color Harmonies of #F49FDB
Complementary color
Monochromatic Colors of #F49FDB
Black with #F49FDB
Text Example
Text Example
White with #F49FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49FDB; }
p { color: rgb(244,159,219); }
H1.HeaderClassName
{
color: #F49FDB;
}
.AnyTagClassName
{
color: #F49FDB;
}
</style>
background-color css
<style>
a { background-color: #F49FDB; }
a { background-color: rgb(244,159,219); }
div.DivClassName
{
background-color: #F49FDB;
}
.BgClassName
{
background-color: #F49FDB;
}
</style>
border-color css
<style>
span { border-color: #F49FDB; }
span { border-color: rgb(244,159,219); }
td.TdClassName
{
border-color: #F49FDB;
}
.TagClassName
{
border-color: #F49FDB;
}
</style>