Shades of Lavender Pink #F49ED2
Tints of Lavender Pink #F49ED2
RGB
CMYK
RGB Variations
Color information
#F49ED2 (or 0xF49ED2) is known color: Lavender Pink. HEX triplet: F4, 9E and D2. RGB value is (244,158,210). Sum of RGB (Red+Green+Blue) = 244+158+210=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F49ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49ED2 is #0B612D. Grayscale: #BDBDBD. Windows color (decimal): -745774 or 13803252. OLE color: 13803252.
HSL color Cylindrical-coordinate representation of color #F49ED2: hue angle of 323.72º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F49ED2 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 210 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.04 |
| HSL | 323.72º | 0.8% | 0.79% | - |
| HSV(B) | 323.72º | 0.35% | 0.96% | - |
| XYZ | 61.17 | 48.34 | 67.08 | - |
| YUV | 189.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 210 | 0 | 0.35 | 0.14 | 0.04 | 323.72 | 0.8 | 0.79 |
| Hex | F4 | 9E | D2 | 0 | 23 | E | 4 | 144 | 50 | 4F |
| Octal | 364 | 236 | 322 | 0 | 43 | 16 | 4 | 504 | 120 | 117 |
| Binary | 11110100 | 10011110 | 11010010 | 0 | 100011 | 1110 | 100 | 101000100 | 1010000 | 1001111 |
Color Harmonies of #F49ED2
Complementary color
Monochromatic Colors of #F49ED2
Black with #F49ED2
Text Example
Text Example
White with #F49ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49ED2; }
p { color: rgb(244,158,210); }
H1.HeaderClassName
{
color: #F49ED2;
}
.AnyTagClassName
{
color: #F49ED2;
}
</style>
background-color css
<style>
a { background-color: #F49ED2; }
a { background-color: rgb(244,158,210); }
div.DivClassName
{
background-color: #F49ED2;
}
.BgClassName
{
background-color: #F49ED2;
}
</style>
border-color css
<style>
span { border-color: #F49ED2; }
span { border-color: rgb(244,158,210); }
td.TdClassName
{
border-color: #F49ED2;
}
.TagClassName
{
border-color: #F49ED2;
}
</style>