Shades of Lavender Rose #F49BED
Tints of Lavender Rose #F49BED
RGB
CMYK
RGB Variations
Color information
#F49BED (or 0xF49BED) is known color: Lavender Rose. HEX triplet: F4, 9B and ED. RGB value is (244,155,237). Sum of RGB (Red+Green+Blue) = 244+155+237=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 155 (60.94% from 255 or 24.37% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49BED is #0B6412. Grayscale: #BEBEBE. Windows color (decimal): -746515 or 15571956. OLE color: 15571956.
HSL color Cylindrical-coordinate representation of color #F49BED: hue angle of 304.72º 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 #F49BED is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 237 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.04 |
| HSL | 304.72º | 0.8% | 0.78% | - |
| HSV(B) | 304.72º | 0.36% | 0.96% | - |
| XYZ | 64.32 | 48.79 | 86.15 | - |
| YUV | 190.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 237 | 0 | 0.36 | 0.03 | 0.04 | 304.72 | 0.8 | 0.78 |
| Hex | F4 | 9B | ED | 0 | 24 | 3 | 4 | 131 | 50 | 4E |
| Octal | 364 | 233 | 355 | 0 | 44 | 3 | 4 | 461 | 120 | 116 |
| Binary | 11110100 | 10011011 | 11101101 | 0 | 100100 | 11 | 100 | 100110001 | 1010000 | 1001110 |
Color Harmonies of #F49BED
Complementary color
Monochromatic Colors of #F49BED
Black with #F49BED
Text Example
Text Example
White with #F49BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BED; }
p { color: rgb(244,155,237); }
H1.HeaderClassName
{
color: #F49BED;
}
.AnyTagClassName
{
color: #F49BED;
}
</style>
background-color css
<style>
a { background-color: #F49BED; }
a { background-color: rgb(244,155,237); }
div.DivClassName
{
background-color: #F49BED;
}
.BgClassName
{
background-color: #F49BED;
}
</style>
border-color css
<style>
span { border-color: #F49BED; }
span { border-color: rgb(244,155,237); }
td.TdClassName
{
border-color: #F49BED;
}
.TagClassName
{
border-color: #F49BED;
}
</style>