Shades of Lavender Rose #F49BE1
Tints of Lavender Rose #F49BE1
RGB
CMYK
RGB Variations
Color information
#F49BE1 (or 0xF49BE1) is known color: Lavender Rose. HEX triplet: F4, 9B and E1. RGB value is (244,155,225). Sum of RGB (Red+Green+Blue) = 244+155+225=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49BE1 is #0B641E. Grayscale: #BDBDBD. Windows color (decimal): -746527 or 14785524. OLE color: 14785524.
HSL color Cylindrical-coordinate representation of color #F49BE1: hue angle of 312.81º 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 #F49BE1 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 225 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.04 |
| HSL | 312.81º | 0.8% | 0.78% | - |
| HSV(B) | 312.81º | 0.36% | 0.96% | - |
| XYZ | 62.62 | 48.11 | 77.22 | - |
| YUV | 189.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 225 | 0 | 0.36 | 0.08 | 0.04 | 312.81 | 0.8 | 0.78 |
| Hex | F4 | 9B | E1 | 0 | 24 | 8 | 4 | 139 | 50 | 4E |
| Octal | 364 | 233 | 341 | 0 | 44 | 10 | 4 | 471 | 120 | 116 |
| Binary | 11110100 | 10011011 | 11100001 | 0 | 100100 | 1000 | 100 | 100111001 | 1010000 | 1001110 |
Color Harmonies of #F49BE1
Complementary color
Monochromatic Colors of #F49BE1
Black with #F49BE1
Text Example
Text Example
White with #F49BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BE1; }
p { color: rgb(244,155,225); }
H1.HeaderClassName
{
color: #F49BE1;
}
.AnyTagClassName
{
color: #F49BE1;
}
</style>
background-color css
<style>
a { background-color: #F49BE1; }
a { background-color: rgb(244,155,225); }
div.DivClassName
{
background-color: #F49BE1;
}
.BgClassName
{
background-color: #F49BE1;
}
</style>
border-color css
<style>
span { border-color: #F49BE1; }
span { border-color: rgb(244,155,225); }
td.TdClassName
{
border-color: #F49BE1;
}
.TagClassName
{
border-color: #F49BE1;
}
</style>