Shades of Lavender Pink #F29FCD
Tints of Lavender Pink #F29FCD
RGB
CMYK
RGB Variations
Color information
#F29FCD (or 0xF29FCD) is known color: Lavender Pink. HEX triplet: F2, 9F and CD. RGB value is (242,159,205). Sum of RGB (Red+Green+Blue) = 242+159+205=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FCD is #0D6032. Grayscale: #BCBCBC. Windows color (decimal): -876595 or 13475826. OLE color: 13475826.
HSL color Cylindrical-coordinate representation of color #F29FCD: hue angle of 326.75º 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 #F29FCD is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 205 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.05 |
| HSL | 326.75º | 0.76% | 0.79% | - |
| HSV(B) | 326.75º | 0.34% | 0.95% | - |
| XYZ | 60.04 | 48.08 | 63.87 | - |
| YUV | 189.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 205 | 0 | 0.34 | 0.15 | 0.05 | 326.75 | 0.76 | 0.79 |
| Hex | F2 | 9F | CD | 0 | 22 | F | 5 | 147 | 4C | 4F |
| Octal | 362 | 237 | 315 | 0 | 42 | 17 | 5 | 507 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11001101 | 0 | 100010 | 1111 | 101 | 101000111 | 1001100 | 1001111 |
Color Harmonies of #F29FCD
Complementary color
Monochromatic Colors of #F29FCD
Black with #F29FCD
Text Example
Text Example
White with #F29FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FCD; }
p { color: rgb(242,159,205); }
H1.HeaderClassName
{
color: #F29FCD;
}
.AnyTagClassName
{
color: #F29FCD;
}
</style>
background-color css
<style>
a { background-color: #F29FCD; }
a { background-color: rgb(242,159,205); }
div.DivClassName
{
background-color: #F29FCD;
}
.BgClassName
{
background-color: #F29FCD;
}
</style>
border-color css
<style>
span { border-color: #F29FCD; }
span { border-color: rgb(242,159,205); }
td.TdClassName
{
border-color: #F29FCD;
}
.TagClassName
{
border-color: #F29FCD;
}
</style>