Shades of Lavender Pink #F2A0D1
Tints of Lavender Pink #F2A0D1
RGB
CMYK
RGB Variations
Color information
#F2A0D1 (or 0xF2A0D1) is known color: Lavender Pink. HEX triplet: F2, A0 and D1. RGB value is (242,160,209). Sum of RGB (Red+Green+Blue) = 242+160+209=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A0D1 is #0D5F2E. Grayscale: #BDBDBD. Windows color (decimal): -876335 or 13738226. OLE color: 13738226.
HSL color Cylindrical-coordinate representation of color #F2A0D1: hue angle of 324.15º 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 #F2A0D1 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 209 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.05 |
| HSL | 324.15º | 0.76% | 0.79% | - |
| HSV(B) | 324.15º | 0.34% | 0.95% | - |
| XYZ | 60.7 | 48.62 | 66.51 | - |
| YUV | 190.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 209 | 0 | 0.34 | 0.14 | 0.05 | 324.15 | 0.76 | 0.79 |
| Hex | F2 | A0 | D1 | 0 | 22 | E | 5 | 144 | 4C | 4F |
| Octal | 362 | 240 | 321 | 0 | 42 | 16 | 5 | 504 | 114 | 117 |
| Binary | 11110010 | 10100000 | 11010001 | 0 | 100010 | 1110 | 101 | 101000100 | 1001100 | 1001111 |
Color Harmonies of #F2A0D1
Complementary color
Monochromatic Colors of #F2A0D1
Black with #F2A0D1
Text Example
Text Example
White with #F2A0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A0D1; }
p { color: rgb(242,160,209); }
H1.HeaderClassName
{
color: #F2A0D1;
}
.AnyTagClassName
{
color: #F2A0D1;
}
</style>
background-color css
<style>
a { background-color: #F2A0D1; }
a { background-color: rgb(242,160,209); }
div.DivClassName
{
background-color: #F2A0D1;
}
.BgClassName
{
background-color: #F2A0D1;
}
</style>
border-color css
<style>
span { border-color: #F2A0D1; }
span { border-color: rgb(242,160,209); }
td.TdClassName
{
border-color: #F2A0D1;
}
.TagClassName
{
border-color: #F2A0D1;
}
</style>