Shades of Lavender Rose #F49ADD
Tints of Lavender Rose #F49ADD
RGB
CMYK
RGB Variations
Color information
#F49ADD (or 0xF49ADD) is known color: Lavender Rose. HEX triplet: F4, 9A and DD. RGB value is (244,154,221). Sum of RGB (Red+Green+Blue) = 244+154+221=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F49ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49ADD is #0B6522. Grayscale: #BCBCBC. Windows color (decimal): -746787 or 14523124. OLE color: 14523124.
HSL color Cylindrical-coordinate representation of color #F49ADD: hue angle of 315.33º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49ADD is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 221 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.04 |
| HSL | 315.33º | 0.8% | 0.78% | - |
| HSV(B) | 315.33º | 0.37% | 0.96% | - |
| XYZ | 61.91 | 47.56 | 74.32 | - |
| YUV | 188.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 221 | 0 | 0.37 | 0.09 | 0.04 | 315.33 | 0.8 | 0.78 |
| Hex | F4 | 9A | DD | 0 | 25 | 9 | 4 | 13B | 50 | 4E |
| Octal | 364 | 232 | 335 | 0 | 45 | 11 | 4 | 473 | 120 | 116 |
| Binary | 11110100 | 10011010 | 11011101 | 0 | 100101 | 1001 | 100 | 100111011 | 1010000 | 1001110 |
Color Harmonies of #F49ADD
Complementary color
Monochromatic Colors of #F49ADD
Black with #F49ADD
Text Example
Text Example
White with #F49ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49ADD; }
p { color: rgb(244,154,221); }
H1.HeaderClassName
{
color: #F49ADD;
}
.AnyTagClassName
{
color: #F49ADD;
}
</style>
background-color css
<style>
a { background-color: #F49ADD; }
a { background-color: rgb(244,154,221); }
div.DivClassName
{
background-color: #F49ADD;
}
.BgClassName
{
background-color: #F49ADD;
}
</style>
border-color css
<style>
span { border-color: #F49ADD; }
span { border-color: rgb(244,154,221); }
td.TdClassName
{
border-color: #F49ADD;
}
.TagClassName
{
border-color: #F49ADD;
}
</style>