Shades of Lavender Rose #F49CDF
Tints of Lavender Rose #F49CDF
RGB
CMYK
RGB Variations
Color information
#F49CDF (or 0xF49CDF) is known color: Lavender Rose. HEX triplet: F4, 9C and DF. RGB value is (244,156,223). Sum of RGB (Red+Green+Blue) = 244+156+223=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CDF is #0B6320. Grayscale: #BDBDBD. Windows color (decimal): -746273 or 14654708. OLE color: 14654708.
HSL color Cylindrical-coordinate representation of color #F49CDF: hue angle of 314.32º 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 #F49CDF is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 223 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.04 |
| HSL | 314.32º | 0.8% | 0.78% | - |
| HSV(B) | 314.32º | 0.36% | 0.96% | - |
| XYZ | 62.52 | 48.34 | 75.85 | - |
| YUV | 189.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 223 | 0 | 0.36 | 0.09 | 0.04 | 314.32 | 0.8 | 0.78 |
| Hex | F4 | 9C | DF | 0 | 24 | 9 | 4 | 13A | 50 | 4E |
| Octal | 364 | 234 | 337 | 0 | 44 | 11 | 4 | 472 | 120 | 116 |
| Binary | 11110100 | 10011100 | 11011111 | 0 | 100100 | 1001 | 100 | 100111010 | 1010000 | 1001110 |
Color Harmonies of #F49CDF
Complementary color
Monochromatic Colors of #F49CDF
Black with #F49CDF
Text Example
Text Example
White with #F49CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CDF; }
p { color: rgb(244,156,223); }
H1.HeaderClassName
{
color: #F49CDF;
}
.AnyTagClassName
{
color: #F49CDF;
}
</style>
background-color css
<style>
a { background-color: #F49CDF; }
a { background-color: rgb(244,156,223); }
div.DivClassName
{
background-color: #F49CDF;
}
.BgClassName
{
background-color: #F49CDF;
}
</style>
border-color css
<style>
span { border-color: #F49CDF; }
span { border-color: rgb(244,156,223); }
td.TdClassName
{
border-color: #F49CDF;
}
.TagClassName
{
border-color: #F49CDF;
}
</style>