Shades of Lavender Pink #F2ADD9
Tints of Lavender Pink #F2ADD9
RGB
CMYK
RGB Variations
Color information
#F2ADD9 (or 0xF2ADD9) is known color: Lavender Pink. HEX triplet: F2, AD and D9. RGB value is (242,173,217). Sum of RGB (Red+Green+Blue) = 242+173+217=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADD9 is #0D5226. Grayscale: #C6C6C6. Windows color (decimal): -872999 or 14265842. OLE color: 14265842.
HSL color Cylindrical-coordinate representation of color #F2ADD9: hue angle of 321.74º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADD9 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 217 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.05 |
| HSL | 321.74º | 0.73% | 0.81% | - |
| HSV(B) | 321.74º | 0.29% | 0.95% | - |
| XYZ | 64.09 | 53.77 | 72.65 | - |
| YUV | 198.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 217 | 0 | 0.29 | 0.10 | 0.05 | 321.74 | 0.73 | 0.81 |
| Hex | F2 | AD | D9 | 0 | 1D | A | 5 | 142 | 49 | 51 |
| Octal | 362 | 255 | 331 | 0 | 35 | 12 | 5 | 502 | 111 | 121 |
| Binary | 11110010 | 10101101 | 11011001 | 0 | 11101 | 1010 | 101 | 101000010 | 1001001 | 1010001 |
Color Harmonies of #F2ADD9
Complementary color
Monochromatic Colors of #F2ADD9
Black with #F2ADD9
Text Example
Text Example
White with #F2ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADD9; }
p { color: rgb(242,173,217); }
H1.HeaderClassName
{
color: #F2ADD9;
}
.AnyTagClassName
{
color: #F2ADD9;
}
</style>
background-color css
<style>
a { background-color: #F2ADD9; }
a { background-color: rgb(242,173,217); }
div.DivClassName
{
background-color: #F2ADD9;
}
.BgClassName
{
background-color: #F2ADD9;
}
</style>
border-color css
<style>
span { border-color: #F2ADD9; }
span { border-color: rgb(242,173,217); }
td.TdClassName
{
border-color: #F2ADD9;
}
.TagClassName
{
border-color: #F2ADD9;
}
</style>