Shades of Lavender Pink #F49ECF
Tints of Lavender Pink #F49ECF
RGB
CMYK
RGB Variations
Color information
#F49ECF (or 0xF49ECF) is known color: Lavender Pink. HEX triplet: F4, 9E and CF. RGB value is (244,158,207). Sum of RGB (Red+Green+Blue) = 244+158+207=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F49ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49ECF is #0B6130. Grayscale: #BDBDBD. Windows color (decimal): -745777 or 13606644. OLE color: 13606644.
HSL color Cylindrical-coordinate representation of color #F49ECF: hue angle of 325.81º 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 #F49ECF is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 207 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.04 |
| HSL | 325.81º | 0.8% | 0.79% | - |
| HSV(B) | 325.81º | 0.35% | 0.96% | - |
| XYZ | 60.8 | 48.19 | 65.13 | - |
| YUV | 189.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 207 | 0 | 0.35 | 0.15 | 0.04 | 325.81 | 0.8 | 0.79 |
| Hex | F4 | 9E | CF | 0 | 23 | F | 4 | 146 | 50 | 4F |
| Octal | 364 | 236 | 317 | 0 | 43 | 17 | 4 | 506 | 120 | 117 |
| Binary | 11110100 | 10011110 | 11001111 | 0 | 100011 | 1111 | 100 | 101000110 | 1010000 | 1001111 |
Color Harmonies of #F49ECF
Complementary color
Monochromatic Colors of #F49ECF
Black with #F49ECF
Text Example
Text Example
White with #F49ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49ECF; }
p { color: rgb(244,158,207); }
H1.HeaderClassName
{
color: #F49ECF;
}
.AnyTagClassName
{
color: #F49ECF;
}
</style>
background-color css
<style>
a { background-color: #F49ECF; }
a { background-color: rgb(244,158,207); }
div.DivClassName
{
background-color: #F49ECF;
}
.BgClassName
{
background-color: #F49ECF;
}
</style>
border-color css
<style>
span { border-color: #F49ECF; }
span { border-color: rgb(244,158,207); }
td.TdClassName
{
border-color: #F49ECF;
}
.TagClassName
{
border-color: #F49ECF;
}
</style>