Shades of Lavender Rose #F49BDF
Tints of Lavender Rose #F49BDF
RGB
CMYK
RGB Variations
Color information
#F49BDF (or 0xF49BDF) is known color: Lavender Rose. HEX triplet: F4, 9B and DF. RGB value is (244,155,223). Sum of RGB (Red+Green+Blue) = 244+155+223=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49BDF is #0B6420. Grayscale: #BDBDBD. Windows color (decimal): -746529 or 14654452. OLE color: 14654452.
HSL color Cylindrical-coordinate representation of color #F49BDF: hue angle of 314.16º 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 #F49BDF is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 223 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.04 |
| HSL | 314.16º | 0.8% | 0.78% | - |
| HSV(B) | 314.16º | 0.36% | 0.96% | - |
| XYZ | 62.35 | 48 | 75.79 | - |
| YUV | 189.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 223 | 0 | 0.36 | 0.09 | 0.04 | 314.16 | 0.8 | 0.78 |
| Hex | F4 | 9B | DF | 0 | 24 | 9 | 4 | 13A | 50 | 4E |
| Octal | 364 | 233 | 337 | 0 | 44 | 11 | 4 | 472 | 120 | 116 |
| Binary | 11110100 | 10011011 | 11011111 | 0 | 100100 | 1001 | 100 | 100111010 | 1010000 | 1001110 |
Color Harmonies of #F49BDF
Complementary color
Monochromatic Colors of #F49BDF
Black with #F49BDF
Text Example
Text Example
White with #F49BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BDF; }
p { color: rgb(244,155,223); }
H1.HeaderClassName
{
color: #F49BDF;
}
.AnyTagClassName
{
color: #F49BDF;
}
</style>
background-color css
<style>
a { background-color: #F49BDF; }
a { background-color: rgb(244,155,223); }
div.DivClassName
{
background-color: #F49BDF;
}
.BgClassName
{
background-color: #F49BDF;
}
</style>
border-color css
<style>
span { border-color: #F49BDF; }
span { border-color: rgb(244,155,223); }
td.TdClassName
{
border-color: #F49BDF;
}
.TagClassName
{
border-color: #F49BDF;
}
</style>