Shades of Lavender Pink #F29FD1
Tints of Lavender Pink #F29FD1
RGB
CMYK
RGB Variations
Color information
#F29FD1 (or 0xF29FD1) is known color: Lavender Pink. HEX triplet: F2, 9F and D1. RGB value is (242,159,209). Sum of RGB (Red+Green+Blue) = 242+159+209=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FD1 is #0D602E. Grayscale: #BDBDBD. Windows color (decimal): -876591 or 13737970. OLE color: 13737970.
HSL color Cylindrical-coordinate representation of color #F29FD1: hue angle of 323.86º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F29FD1 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 209 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.05 |
| HSL | 323.86º | 0.76% | 0.79% | - |
| HSV(B) | 323.86º | 0.34% | 0.95% | - |
| XYZ | 60.52 | 48.28 | 66.45 | - |
| YUV | 189.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 209 | 0 | 0.34 | 0.14 | 0.05 | 323.86 | 0.76 | 0.79 |
| Hex | F2 | 9F | D1 | 0 | 22 | E | 5 | 144 | 4C | 4F |
| Octal | 362 | 237 | 321 | 0 | 42 | 16 | 5 | 504 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11010001 | 0 | 100010 | 1110 | 101 | 101000100 | 1001100 | 1001111 |
Color Harmonies of #F29FD1
Complementary color
Monochromatic Colors of #F29FD1
Black with #F29FD1
Text Example
Text Example
White with #F29FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FD1; }
p { color: rgb(242,159,209); }
H1.HeaderClassName
{
color: #F29FD1;
}
.AnyTagClassName
{
color: #F29FD1;
}
</style>
background-color css
<style>
a { background-color: #F29FD1; }
a { background-color: rgb(242,159,209); }
div.DivClassName
{
background-color: #F29FD1;
}
.BgClassName
{
background-color: #F29FD1;
}
</style>
border-color css
<style>
span { border-color: #F29FD1; }
span { border-color: rgb(242,159,209); }
td.TdClassName
{
border-color: #F29FD1;
}
.TagClassName
{
border-color: #F29FD1;
}
</style>