Shades of Lavender Rose #F49CED
Tints of Lavender Rose #F49CED
RGB
CMYK
RGB Variations
Color information
#F49CED (or 0xF49CED) is known color: Lavender Rose. HEX triplet: F4, 9C and ED. RGB value is (244,156,237). Sum of RGB (Red+Green+Blue) = 244+156+237=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 156 (61.33% from 255 or 24.49% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49CED is #0B6312. Grayscale: #BFBFBF. Windows color (decimal): -746259 or 15572212. OLE color: 15572212.
HSL color Cylindrical-coordinate representation of color #F49CED: hue angle of 304.77º 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 #F49CED is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 237 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.04 |
| HSL | 304.77º | 0.8% | 0.78% | - |
| HSV(B) | 304.77º | 0.36% | 0.96% | - |
| XYZ | 64.48 | 49.12 | 86.2 | - |
| YUV | 191.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 237 | 0 | 0.36 | 0.03 | 0.04 | 304.77 | 0.8 | 0.78 |
| Hex | F4 | 9C | ED | 0 | 24 | 3 | 4 | 131 | 50 | 4E |
| Octal | 364 | 234 | 355 | 0 | 44 | 3 | 4 | 461 | 120 | 116 |
| Binary | 11110100 | 10011100 | 11101101 | 0 | 100100 | 11 | 100 | 100110001 | 1010000 | 1001110 |
Color Harmonies of #F49CED
Complementary color
Monochromatic Colors of #F49CED
Black with #F49CED
Text Example
Text Example
White with #F49CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CED; }
p { color: rgb(244,156,237); }
H1.HeaderClassName
{
color: #F49CED;
}
.AnyTagClassName
{
color: #F49CED;
}
</style>
background-color css
<style>
a { background-color: #F49CED; }
a { background-color: rgb(244,156,237); }
div.DivClassName
{
background-color: #F49CED;
}
.BgClassName
{
background-color: #F49CED;
}
</style>
border-color css
<style>
span { border-color: #F49CED; }
span { border-color: rgb(244,156,237); }
td.TdClassName
{
border-color: #F49CED;
}
.TagClassName
{
border-color: #F49CED;
}
</style>