Shades of Lavender Rose #F49CE8
Tints of Lavender Rose #F49CE8
RGB
CMYK
RGB Variations
Color information
#F49CE8 (or 0xF49CE8) is known color: Lavender Rose. HEX triplet: F4, 9C and E8. RGB value is (244,156,232). Sum of RGB (Red+Green+Blue) = 244+156+232=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 156 (61.33% from 255 or 24.68% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49CE8 is #0B6317. Grayscale: #BEBEBE. Windows color (decimal): -746264 or 15244532. OLE color: 15244532.
HSL color Cylindrical-coordinate representation of color #F49CE8: hue angle of 308.18º 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 #F49CE8 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 232 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.04 |
| HSL | 308.18º | 0.8% | 0.78% | - |
| HSV(B) | 308.18º | 0.36% | 0.96% | - |
| XYZ | 63.76 | 48.84 | 82.41 | - |
| YUV | 190.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 232 | 0 | 0.36 | 0.05 | 0.04 | 308.18 | 0.8 | 0.78 |
| Hex | F4 | 9C | E8 | 0 | 24 | 5 | 4 | 134 | 50 | 4E |
| Octal | 364 | 234 | 350 | 0 | 44 | 5 | 4 | 464 | 120 | 116 |
| Binary | 11110100 | 10011100 | 11101000 | 0 | 100100 | 101 | 100 | 100110100 | 1010000 | 1001110 |
Color Harmonies of #F49CE8
Complementary color
Monochromatic Colors of #F49CE8
Black with #F49CE8
Text Example
Text Example
White with #F49CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CE8; }
p { color: rgb(244,156,232); }
H1.HeaderClassName
{
color: #F49CE8;
}
.AnyTagClassName
{
color: #F49CE8;
}
</style>
background-color css
<style>
a { background-color: #F49CE8; }
a { background-color: rgb(244,156,232); }
div.DivClassName
{
background-color: #F49CE8;
}
.BgClassName
{
background-color: #F49CE8;
}
</style>
border-color css
<style>
span { border-color: #F49CE8; }
span { border-color: rgb(244,156,232); }
td.TdClassName
{
border-color: #F49CE8;
}
.TagClassName
{
border-color: #F49CE8;
}
</style>