Shades of Lavender Pink #F19ECF
Tints of Lavender Pink #F19ECF
RGB
CMYK
RGB Variations
Color information
#F19ECF (or 0xF19ECF) is known color: Lavender Pink. HEX triplet: F1, 9E and CF. RGB value is (241,158,207). Sum of RGB (Red+Green+Blue) = 241+158+207=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ECF is #0E6130. Grayscale: #BCBCBC. Windows color (decimal): -942385 or 13606641. OLE color: 13606641.
HSL color Cylindrical-coordinate representation of color #F19ECF: hue angle of 324.58º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19ECF is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 207 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.05 |
| HSL | 324.58º | 0.75% | 0.78% | - |
| HSV(B) | 324.58º | 0.34% | 0.95% | - |
| XYZ | 59.76 | 47.66 | 65.08 | - |
| YUV | 188.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 207 | 0 | 0.34 | 0.14 | 0.05 | 324.58 | 0.75 | 0.78 |
| Hex | F1 | 9E | CF | 0 | 22 | E | 5 | 145 | 4B | 4E |
| Octal | 361 | 236 | 317 | 0 | 42 | 16 | 5 | 505 | 113 | 116 |
| Binary | 11110001 | 10011110 | 11001111 | 0 | 100010 | 1110 | 101 | 101000101 | 1001011 | 1001110 |
Color Harmonies of #F19ECF
Complementary color
Monochromatic Colors of #F19ECF
Black with #F19ECF
Text Example
Text Example
White with #F19ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19ECF; }
p { color: rgb(241,158,207); }
H1.HeaderClassName
{
color: #F19ECF;
}
.AnyTagClassName
{
color: #F19ECF;
}
</style>
background-color css
<style>
a { background-color: #F19ECF; }
a { background-color: rgb(241,158,207); }
div.DivClassName
{
background-color: #F19ECF;
}
.BgClassName
{
background-color: #F19ECF;
}
</style>
border-color css
<style>
span { border-color: #F19ECF; }
span { border-color: rgb(241,158,207); }
td.TdClassName
{
border-color: #F19ECF;
}
.TagClassName
{
border-color: #F19ECF;
}
</style>