Shades of Lavender Pink #F2AAD0
Tints of Lavender Pink #F2AAD0
RGB
CMYK
RGB Variations
Color information
#F2AAD0 (or 0xF2AAD0) is known color: Lavender Pink. HEX triplet: F2, AA and D0. RGB value is (242,170,208). Sum of RGB (Red+Green+Blue) = 242+170+208=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAD0 is #0D552F. Grayscale: #C3C3C3. Windows color (decimal): -873776 or 13675250. OLE color: 13675250.
HSL color Cylindrical-coordinate representation of color #F2AAD0: hue angle of 328.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 #F2AAD0 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 208 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.05 |
| HSL | 328.33º | 0.73% | 0.81% | - |
| HSV(B) | 328.33º | 0.3% | 0.95% | - |
| XYZ | 62.38 | 52.18 | 66.46 | - |
| YUV | 195.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 208 | 0 | 0.30 | 0.14 | 0.05 | 328.33 | 0.73 | 0.81 |
| Hex | F2 | AA | D0 | 0 | 1E | E | 5 | 148 | 49 | 51 |
| Octal | 362 | 252 | 320 | 0 | 36 | 16 | 5 | 510 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11010000 | 0 | 11110 | 1110 | 101 | 101001000 | 1001001 | 1010001 |
Color Harmonies of #F2AAD0
Complementary color
Monochromatic Colors of #F2AAD0
Black with #F2AAD0
Text Example
Text Example
White with #F2AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAD0; }
p { color: rgb(242,170,208); }
H1.HeaderClassName
{
color: #F2AAD0;
}
.AnyTagClassName
{
color: #F2AAD0;
}
</style>
background-color css
<style>
a { background-color: #F2AAD0; }
a { background-color: rgb(242,170,208); }
div.DivClassName
{
background-color: #F2AAD0;
}
.BgClassName
{
background-color: #F2AAD0;
}
</style>
border-color css
<style>
span { border-color: #F2AAD0; }
span { border-color: rgb(242,170,208); }
td.TdClassName
{
border-color: #F2AAD0;
}
.TagClassName
{
border-color: #F2AAD0;
}
</style>