Shades of Lavender Pink #F29FCE
Tints of Lavender Pink #F29FCE
RGB
CMYK
RGB Variations
Color information
#F29FCE (or 0xF29FCE) is known color: Lavender Pink. HEX triplet: F2, 9F and CE. RGB value is (242,159,206). Sum of RGB (Red+Green+Blue) = 242+159+206=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FCE is #0D6031. Grayscale: #BDBDBD. Windows color (decimal): -876594 or 13541362. OLE color: 13541362.
HSL color Cylindrical-coordinate representation of color #F29FCE: hue angle of 326.02º 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 #F29FCE is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 206 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.05 |
| HSL | 326.02º | 0.76% | 0.79% | - |
| HSV(B) | 326.02º | 0.34% | 0.95% | - |
| XYZ | 60.16 | 48.13 | 64.51 | - |
| YUV | 189.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 206 | 0 | 0.34 | 0.15 | 0.05 | 326.02 | 0.76 | 0.79 |
| Hex | F2 | 9F | CE | 0 | 22 | F | 5 | 146 | 4C | 4F |
| Octal | 362 | 237 | 316 | 0 | 42 | 17 | 5 | 506 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11001110 | 0 | 100010 | 1111 | 101 | 101000110 | 1001100 | 1001111 |
Color Harmonies of #F29FCE
Complementary color
Monochromatic Colors of #F29FCE
Black with #F29FCE
Text Example
Text Example
White with #F29FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FCE; }
p { color: rgb(242,159,206); }
H1.HeaderClassName
{
color: #F29FCE;
}
.AnyTagClassName
{
color: #F29FCE;
}
</style>
background-color css
<style>
a { background-color: #F29FCE; }
a { background-color: rgb(242,159,206); }
div.DivClassName
{
background-color: #F29FCE;
}
.BgClassName
{
background-color: #F29FCE;
}
</style>
border-color css
<style>
span { border-color: #F29FCE; }
span { border-color: rgb(242,159,206); }
td.TdClassName
{
border-color: #F29FCE;
}
.TagClassName
{
border-color: #F29FCE;
}
</style>