Shades of Lavender Pink #F29ECF
Tints of Lavender Pink #F29ECF
RGB
CMYK
RGB Variations
Color information
#F29ECF (or 0xF29ECF) is known color: Lavender Pink. HEX triplet: F2, 9E and CF. RGB value is (242,158,207). Sum of RGB (Red+Green+Blue) = 242+158+207=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ECF is #0D6130. Grayscale: #BCBCBC. Windows color (decimal): -876849 or 13606642. OLE color: 13606642.
HSL color Cylindrical-coordinate representation of color #F29ECF: hue angle of 325º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F29ECF is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 207 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.05 |
| HSL | 325º | 0.76% | 0.78% | - |
| HSV(B) | 325º | 0.35% | 0.95% | - |
| XYZ | 60.11 | 47.84 | 65.1 | - |
| YUV | 188.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 207 | 0 | 0.35 | 0.14 | 0.05 | 325 | 0.76 | 0.78 |
| Hex | F2 | 9E | CF | 0 | 23 | E | 5 | 145 | 4C | 4E |
| Octal | 362 | 236 | 317 | 0 | 43 | 16 | 5 | 505 | 114 | 116 |
| Binary | 11110010 | 10011110 | 11001111 | 0 | 100011 | 1110 | 101 | 101000101 | 1001100 | 1001110 |
Color Harmonies of #F29ECF
Complementary color
Monochromatic Colors of #F29ECF
Black with #F29ECF
Text Example
Text Example
White with #F29ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29ECF; }
p { color: rgb(242,158,207); }
H1.HeaderClassName
{
color: #F29ECF;
}
.AnyTagClassName
{
color: #F29ECF;
}
</style>
background-color css
<style>
a { background-color: #F29ECF; }
a { background-color: rgb(242,158,207); }
div.DivClassName
{
background-color: #F29ECF;
}
.BgClassName
{
background-color: #F29ECF;
}
</style>
border-color css
<style>
span { border-color: #F29ECF; }
span { border-color: rgb(242,158,207); }
td.TdClassName
{
border-color: #F29ECF;
}
.TagClassName
{
border-color: #F29ECF;
}
</style>