Shades of Lavender Pink #F29ED1
Tints of Lavender Pink #F29ED1
RGB
CMYK
RGB Variations
Color information
#F29ED1 (or 0xF29ED1) is known color: Lavender Pink. HEX triplet: F2, 9E and D1. RGB value is (242,158,209). Sum of RGB (Red+Green+Blue) = 242+158+209=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ED1 is #0D612E. Grayscale: #BCBCBC. Windows color (decimal): -876847 or 13737714. OLE color: 13737714.
HSL color Cylindrical-coordinate representation of color #F29ED1: hue angle of 323.57º 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 #F29ED1 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 209 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.05 |
| HSL | 323.57º | 0.76% | 0.78% | - |
| HSV(B) | 323.57º | 0.35% | 0.95% | - |
| XYZ | 60.35 | 47.93 | 66.39 | - |
| YUV | 188.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 209 | 0 | 0.35 | 0.14 | 0.05 | 323.57 | 0.76 | 0.78 |
| Hex | F2 | 9E | D1 | 0 | 23 | E | 5 | 144 | 4C | 4E |
| Octal | 362 | 236 | 321 | 0 | 43 | 16 | 5 | 504 | 114 | 116 |
| Binary | 11110010 | 10011110 | 11010001 | 0 | 100011 | 1110 | 101 | 101000100 | 1001100 | 1001110 |
Color Harmonies of #F29ED1
Complementary color
Monochromatic Colors of #F29ED1
Black with #F29ED1
Text Example
Text Example
White with #F29ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29ED1; }
p { color: rgb(242,158,209); }
H1.HeaderClassName
{
color: #F29ED1;
}
.AnyTagClassName
{
color: #F29ED1;
}
</style>
background-color css
<style>
a { background-color: #F29ED1; }
a { background-color: rgb(242,158,209); }
div.DivClassName
{
background-color: #F29ED1;
}
.BgClassName
{
background-color: #F29ED1;
}
</style>
border-color css
<style>
span { border-color: #F29ED1; }
span { border-color: rgb(242,158,209); }
td.TdClassName
{
border-color: #F29ED1;
}
.TagClassName
{
border-color: #F29ED1;
}
</style>