Shades of Lavender Pink #F2AAD1
Tints of Lavender Pink #F2AAD1
RGB
CMYK
RGB Variations
Color information
#F2AAD1 (or 0xF2AAD1) is known color: Lavender Pink. HEX triplet: F2, AA and D1. RGB value is (242,170,209). Sum of RGB (Red+Green+Blue) = 242+170+209=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAD1 is #0D552E. Grayscale: #C3C3C3. Windows color (decimal): -873775 or 13740786. OLE color: 13740786.
HSL color Cylindrical-coordinate representation of color #F2AAD1: hue angle of 327.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAD1 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 209 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.05 |
| HSL | 327.5º | 0.73% | 0.81% | - |
| HSV(B) | 327.5º | 0.3% | 0.95% | - |
| XYZ | 62.5 | 52.23 | 67.11 | - |
| YUV | 195.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 209 | 0 | 0.30 | 0.14 | 0.05 | 327.5 | 0.73 | 0.81 |
| Hex | F2 | AA | D1 | 0 | 1E | E | 5 | 148 | 49 | 51 |
| Octal | 362 | 252 | 321 | 0 | 36 | 16 | 5 | 510 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11010001 | 0 | 11110 | 1110 | 101 | 101001000 | 1001001 | 1010001 |
Color Harmonies of #F2AAD1
Complementary color
Monochromatic Colors of #F2AAD1
Black with #F2AAD1
Text Example
Text Example
White with #F2AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAD1; }
p { color: rgb(242,170,209); }
H1.HeaderClassName
{
color: #F2AAD1;
}
.AnyTagClassName
{
color: #F2AAD1;
}
</style>
background-color css
<style>
a { background-color: #F2AAD1; }
a { background-color: rgb(242,170,209); }
div.DivClassName
{
background-color: #F2AAD1;
}
.BgClassName
{
background-color: #F2AAD1;
}
</style>
border-color css
<style>
span { border-color: #F2AAD1; }
span { border-color: rgb(242,170,209); }
td.TdClassName
{
border-color: #F2AAD1;
}
.TagClassName
{
border-color: #F2AAD1;
}
</style>