Shades of Lavender Pink #F2AAD6
Tints of Lavender Pink #F2AAD6
RGB
CMYK
RGB Variations
Color information
#F2AAD6 (or 0xF2AAD6) is known color: Lavender Pink. HEX triplet: F2, AA and D6. RGB value is (242,170,214). Sum of RGB (Red+Green+Blue) = 242+170+214=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAD6 is #0D5529. Grayscale: #C4C4C4. Windows color (decimal): -873770 or 14068466. OLE color: 14068466.
HSL color Cylindrical-coordinate representation of color #F2AAD6: hue angle of 323.33º 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 #F2AAD6 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 214 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.05 |
| HSL | 323.33º | 0.73% | 0.81% | - |
| HSV(B) | 323.33º | 0.3% | 0.95% | - |
| XYZ | 63.13 | 52.48 | 70.42 | - |
| YUV | 196.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 214 | 0 | 0.30 | 0.12 | 0.05 | 323.33 | 0.73 | 0.81 |
| Hex | F2 | AA | D6 | 0 | 1E | C | 5 | 143 | 49 | 51 |
| Octal | 362 | 252 | 326 | 0 | 36 | 14 | 5 | 503 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11010110 | 0 | 11110 | 1100 | 101 | 101000011 | 1001001 | 1010001 |
Color Harmonies of #F2AAD6
Complementary color
Monochromatic Colors of #F2AAD6
Black with #F2AAD6
Text Example
Text Example
White with #F2AAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAD6; }
p { color: rgb(242,170,214); }
H1.HeaderClassName
{
color: #F2AAD6;
}
.AnyTagClassName
{
color: #F2AAD6;
}
</style>
background-color css
<style>
a { background-color: #F2AAD6; }
a { background-color: rgb(242,170,214); }
div.DivClassName
{
background-color: #F2AAD6;
}
.BgClassName
{
background-color: #F2AAD6;
}
</style>
border-color css
<style>
span { border-color: #F2AAD6; }
span { border-color: rgb(242,170,214); }
td.TdClassName
{
border-color: #F2AAD6;
}
.TagClassName
{
border-color: #F2AAD6;
}
</style>