Shades of Lavender Rose #F49BDD
Tints of Lavender Rose #F49BDD
RGB
CMYK
RGB Variations
Color information
#F49BDD (or 0xF49BDD) is known color: Lavender Rose. HEX triplet: F4, 9B and DD. RGB value is (244,155,221). Sum of RGB (Red+Green+Blue) = 244+155+221=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49BDD is #0B6422. Grayscale: #BCBCBC. Windows color (decimal): -746531 or 14523380. OLE color: 14523380.
HSL color Cylindrical-coordinate representation of color #F49BDD: hue angle of 315.51º 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 #F49BDD is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 221 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.04 |
| HSL | 315.51º | 0.8% | 0.78% | - |
| HSV(B) | 315.51º | 0.36% | 0.96% | - |
| XYZ | 62.08 | 47.9 | 74.38 | - |
| YUV | 189.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 221 | 0 | 0.36 | 0.09 | 0.04 | 315.51 | 0.8 | 0.78 |
| Hex | F4 | 9B | DD | 0 | 24 | 9 | 4 | 13C | 50 | 4E |
| Octal | 364 | 233 | 335 | 0 | 44 | 11 | 4 | 474 | 120 | 116 |
| Binary | 11110100 | 10011011 | 11011101 | 0 | 100100 | 1001 | 100 | 100111100 | 1010000 | 1001110 |
Color Harmonies of #F49BDD
Complementary color
Monochromatic Colors of #F49BDD
Black with #F49BDD
Text Example
Text Example
White with #F49BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BDD; }
p { color: rgb(244,155,221); }
H1.HeaderClassName
{
color: #F49BDD;
}
.AnyTagClassName
{
color: #F49BDD;
}
</style>
background-color css
<style>
a { background-color: #F49BDD; }
a { background-color: rgb(244,155,221); }
div.DivClassName
{
background-color: #F49BDD;
}
.BgClassName
{
background-color: #F49BDD;
}
</style>
border-color css
<style>
span { border-color: #F49BDD; }
span { border-color: rgb(244,155,221); }
td.TdClassName
{
border-color: #F49BDD;
}
.TagClassName
{
border-color: #F49BDD;
}
</style>