Shades of Lavender Pink #F2AFD1
Tints of Lavender Pink #F2AFD1
RGB
CMYK
RGB Variations
Color information
#F2AFD1 (or 0xF2AFD1) is known color: Lavender Pink. HEX triplet: F2, AF and D1. RGB value is (242,175,209). Sum of RGB (Red+Green+Blue) = 242+175+209=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFD1 is #0D502E. Grayscale: #C6C6C6. Windows color (decimal): -872495 or 13742066. OLE color: 13742066.
HSL color Cylindrical-coordinate representation of color #F2AFD1: hue angle of 329.55º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFD1 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 209 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.05 |
| HSL | 329.55º | 0.72% | 0.82% | - |
| HSV(B) | 329.55º | 0.28% | 0.95% | - |
| XYZ | 63.46 | 54.14 | 67.43 | - |
| YUV | 198.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 209 | 0 | 0.28 | 0.14 | 0.05 | 329.55 | 0.72 | 0.82 |
| Hex | F2 | AF | D1 | 0 | 1C | E | 5 | 14A | 48 | 52 |
| Octal | 362 | 257 | 321 | 0 | 34 | 16 | 5 | 512 | 110 | 122 |
| Binary | 11110010 | 10101111 | 11010001 | 0 | 11100 | 1110 | 101 | 101001010 | 1001000 | 1010010 |
Color Harmonies of #F2AFD1
Complementary color
Monochromatic Colors of #F2AFD1
Black with #F2AFD1
Text Example
Text Example
White with #F2AFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFD1; }
p { color: rgb(242,175,209); }
H1.HeaderClassName
{
color: #F2AFD1;
}
.AnyTagClassName
{
color: #F2AFD1;
}
</style>
background-color css
<style>
a { background-color: #F2AFD1; }
a { background-color: rgb(242,175,209); }
div.DivClassName
{
background-color: #F2AFD1;
}
.BgClassName
{
background-color: #F2AFD1;
}
</style>
border-color css
<style>
span { border-color: #F2AFD1; }
span { border-color: rgb(242,175,209); }
td.TdClassName
{
border-color: #F2AFD1;
}
.TagClassName
{
border-color: #F2AFD1;
}
</style>