Shades of Lavender Rose #F49CE1
Tints of Lavender Rose #F49CE1
RGB
CMYK
RGB Variations
Color information
#F49CE1 (or 0xF49CE1) is known color: Lavender Rose. HEX triplet: F4, 9C and E1. RGB value is (244,156,225). Sum of RGB (Red+Green+Blue) = 244+156+225=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CE1 is #0B631E. Grayscale: #BDBDBD. Windows color (decimal): -746271 or 14785780. OLE color: 14785780.
HSL color Cylindrical-coordinate representation of color #F49CE1: hue angle of 312.95º 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 #F49CE1 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 225 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.04 |
| HSL | 312.95º | 0.8% | 0.78% | - |
| HSV(B) | 312.95º | 0.36% | 0.96% | - |
| XYZ | 62.79 | 48.45 | 77.28 | - |
| YUV | 190.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 225 | 0 | 0.36 | 0.08 | 0.04 | 312.95 | 0.8 | 0.78 |
| Hex | F4 | 9C | E1 | 0 | 24 | 8 | 4 | 139 | 50 | 4E |
| Octal | 364 | 234 | 341 | 0 | 44 | 10 | 4 | 471 | 120 | 116 |
| Binary | 11110100 | 10011100 | 11100001 | 0 | 100100 | 1000 | 100 | 100111001 | 1010000 | 1001110 |
Color Harmonies of #F49CE1
Complementary color
Monochromatic Colors of #F49CE1
Black with #F49CE1
Text Example
Text Example
White with #F49CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CE1; }
p { color: rgb(244,156,225); }
H1.HeaderClassName
{
color: #F49CE1;
}
.AnyTagClassName
{
color: #F49CE1;
}
</style>
background-color css
<style>
a { background-color: #F49CE1; }
a { background-color: rgb(244,156,225); }
div.DivClassName
{
background-color: #F49CE1;
}
.BgClassName
{
background-color: #F49CE1;
}
</style>
border-color css
<style>
span { border-color: #F49CE1; }
span { border-color: rgb(244,156,225); }
td.TdClassName
{
border-color: #F49CE1;
}
.TagClassName
{
border-color: #F49CE1;
}
</style>