Shades of Lavender Rose #F49BDA
Tints of Lavender Rose #F49BDA
RGB
CMYK
RGB Variations
Color information
#F49BDA (or 0xF49BDA) is known color: Lavender Rose. HEX triplet: F4, 9B and DA. RGB value is (244,155,218). Sum of RGB (Red+Green+Blue) = 244+155+218=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49BDA is #0B6425. Grayscale: #BCBCBC. Windows color (decimal): -746534 or 14326772. OLE color: 14326772.
HSL color Cylindrical-coordinate representation of color #F49BDA: hue angle of 317.53º 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 #F49BDA is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 218 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.04 |
| HSL | 317.53º | 0.8% | 0.78% | - |
| HSV(B) | 317.53º | 0.36% | 0.96% | - |
| XYZ | 61.68 | 47.74 | 72.29 | - |
| YUV | 188.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 218 | 0 | 0.36 | 0.11 | 0.04 | 317.53 | 0.8 | 0.78 |
| Hex | F4 | 9B | DA | 0 | 24 | B | 4 | 13E | 50 | 4E |
| Octal | 364 | 233 | 332 | 0 | 44 | 13 | 4 | 476 | 120 | 116 |
| Binary | 11110100 | 10011011 | 11011010 | 0 | 100100 | 1011 | 100 | 100111110 | 1010000 | 1001110 |
Color Harmonies of #F49BDA
Complementary color
Monochromatic Colors of #F49BDA
Black with #F49BDA
Text Example
Text Example
White with #F49BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BDA; }
p { color: rgb(244,155,218); }
H1.HeaderClassName
{
color: #F49BDA;
}
.AnyTagClassName
{
color: #F49BDA;
}
</style>
background-color css
<style>
a { background-color: #F49BDA; }
a { background-color: rgb(244,155,218); }
div.DivClassName
{
background-color: #F49BDA;
}
.BgClassName
{
background-color: #F49BDA;
}
</style>
border-color css
<style>
span { border-color: #F49BDA; }
span { border-color: rgb(244,155,218); }
td.TdClassName
{
border-color: #F49BDA;
}
.TagClassName
{
border-color: #F49BDA;
}
</style>