Shades of Lavender Rose #F49CE0
Tints of Lavender Rose #F49CE0
RGB
CMYK
RGB Variations
Color information
#F49CE0 (or 0xF49CE0) is known color: Lavender Rose. HEX triplet: F4, 9C and E0. RGB value is (244,156,224). Sum of RGB (Red+Green+Blue) = 244+156+224=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CE0 is #0B631F. Grayscale: #BDBDBD. Windows color (decimal): -746272 or 14720244. OLE color: 14720244.
HSL color Cylindrical-coordinate representation of color #F49CE0: hue angle of 313.64º 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 #F49CE0 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 224 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.04 |
| HSL | 313.64º | 0.8% | 0.78% | - |
| HSV(B) | 313.64º | 0.36% | 0.96% | - |
| XYZ | 62.65 | 48.39 | 76.56 | - |
| YUV | 190.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 224 | 0 | 0.36 | 0.08 | 0.04 | 313.64 | 0.8 | 0.78 |
| Hex | F4 | 9C | E0 | 0 | 24 | 8 | 4 | 13A | 50 | 4E |
| Octal | 364 | 234 | 340 | 0 | 44 | 10 | 4 | 472 | 120 | 116 |
| Binary | 11110100 | 10011100 | 11100000 | 0 | 100100 | 1000 | 100 | 100111010 | 1010000 | 1001110 |
Color Harmonies of #F49CE0
Complementary color
Monochromatic Colors of #F49CE0
Black with #F49CE0
Text Example
Text Example
White with #F49CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CE0; }
p { color: rgb(244,156,224); }
H1.HeaderClassName
{
color: #F49CE0;
}
.AnyTagClassName
{
color: #F49CE0;
}
</style>
background-color css
<style>
a { background-color: #F49CE0; }
a { background-color: rgb(244,156,224); }
div.DivClassName
{
background-color: #F49CE0;
}
.BgClassName
{
background-color: #F49CE0;
}
</style>
border-color css
<style>
span { border-color: #F49CE0; }
span { border-color: rgb(244,156,224); }
td.TdClassName
{
border-color: #F49CE0;
}
.TagClassName
{
border-color: #F49CE0;
}
</style>