Shades of Lavender Rose #F49FDD
Tints of Lavender Rose #F49FDD
RGB
CMYK
RGB Variations
Color information
#F49FDD (or 0xF49FDD) is known color: Lavender Rose. HEX triplet: F4, 9F and DD. RGB value is (244,159,221). Sum of RGB (Red+Green+Blue) = 244+159+221=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F49FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49FDD is #0B6022. Grayscale: #BFBFBF. Windows color (decimal): -745507 or 14524404. OLE color: 14524404.
HSL color Cylindrical-coordinate representation of color #F49FDD: hue angle of 316.24º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F49FDD is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 159 | 221 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.04 |
| HSL | 316.24º | 0.79% | 0.79% | - |
| HSV(B) | 316.24º | 0.35% | 0.96% | - |
| XYZ | 62.76 | 49.25 | 74.61 | - |
| YUV | 191.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 159 | 221 | 0 | 0.35 | 0.09 | 0.04 | 316.24 | 0.79 | 0.79 |
| Hex | F4 | 9F | DD | 0 | 23 | 9 | 4 | 13C | 4F | 4F |
| Octal | 364 | 237 | 335 | 0 | 43 | 11 | 4 | 474 | 117 | 117 |
| Binary | 11110100 | 10011111 | 11011101 | 0 | 100011 | 1001 | 100 | 100111100 | 1001111 | 1001111 |
Color Harmonies of #F49FDD
Complementary color
Monochromatic Colors of #F49FDD
Black with #F49FDD
Text Example
Text Example
White with #F49FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49FDD; }
p { color: rgb(244,159,221); }
H1.HeaderClassName
{
color: #F49FDD;
}
.AnyTagClassName
{
color: #F49FDD;
}
</style>
background-color css
<style>
a { background-color: #F49FDD; }
a { background-color: rgb(244,159,221); }
div.DivClassName
{
background-color: #F49FDD;
}
.BgClassName
{
background-color: #F49FDD;
}
</style>
border-color css
<style>
span { border-color: #F49FDD; }
span { border-color: rgb(244,159,221); }
td.TdClassName
{
border-color: #F49FDD;
}
.TagClassName
{
border-color: #F49FDD;
}
</style>