Shades of Lavender Pink #F59ECE
Tints of Lavender Pink #F59ECE
RGB
CMYK
RGB Variations
Color information
#F59ECE (or 0xF59ECE) is known color: Lavender Pink. HEX triplet: F5, 9E and CE. RGB value is (245,158,206). Sum of RGB (Red+Green+Blue) = 245+158+206=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ECE is #0A6131. Grayscale: #BDBDBD. Windows color (decimal): -680242 or 13541109. OLE color: 13541109.
HSL color Cylindrical-coordinate representation of color #F59ECE: hue angle of 326.9º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59ECE is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 206 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.04 |
| HSL | 326.9º | 0.81% | 0.79% | - |
| HSV(B) | 326.9º | 0.36% | 0.96% | - |
| XYZ | 61.02 | 48.32 | 64.5 | - |
| YUV | 189.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 206 | 0 | 0.36 | 0.16 | 0.04 | 326.9 | 0.81 | 0.79 |
| Hex | F5 | 9E | CE | 0 | 24 | 10 | 4 | 147 | 51 | 4F |
| Octal | 365 | 236 | 316 | 0 | 44 | 20 | 4 | 507 | 121 | 117 |
| Binary | 11110101 | 10011110 | 11001110 | 0 | 100100 | 10000 | 100 | 101000111 | 1010001 | 1001111 |
Color Harmonies of #F59ECE
Complementary color
Monochromatic Colors of #F59ECE
Black with #F59ECE
Text Example
Text Example
White with #F59ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59ECE; }
p { color: rgb(245,158,206); }
H1.HeaderClassName
{
color: #F59ECE;
}
.AnyTagClassName
{
color: #F59ECE;
}
</style>
background-color css
<style>
a { background-color: #F59ECE; }
a { background-color: rgb(245,158,206); }
div.DivClassName
{
background-color: #F59ECE;
}
.BgClassName
{
background-color: #F59ECE;
}
</style>
border-color css
<style>
span { border-color: #F59ECE; }
span { border-color: rgb(245,158,206); }
td.TdClassName
{
border-color: #F59ECE;
}
.TagClassName
{
border-color: #F59ECE;
}
</style>