Shades of Lavender Pink #F6ADD9
Tints of Lavender Pink #F6ADD9
RGB
CMYK
RGB Variations
Color information
#F6ADD9 (or 0xF6ADD9) is known color: Lavender Pink. HEX triplet: F6, AD and D9. RGB value is (246,173,217). Sum of RGB (Red+Green+Blue) = 246+173+217=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADD9 is #095226. Grayscale: #C7C7C7. Windows color (decimal): -610855 or 14265846. OLE color: 14265846.
HSL color Cylindrical-coordinate representation of color #F6ADD9: hue angle of 323.84º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ADD9 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 217 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.04 |
| HSL | 323.84º | 0.8% | 0.82% | - |
| HSV(B) | 323.84º | 0.3% | 0.96% | - |
| XYZ | 65.47 | 54.49 | 72.71 | - |
| YUV | 199.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 217 | 0 | 0.30 | 0.12 | 0.04 | 323.84 | 0.8 | 0.82 |
| Hex | F6 | AD | D9 | 0 | 1E | C | 4 | 144 | 50 | 52 |
| Octal | 366 | 255 | 331 | 0 | 36 | 14 | 4 | 504 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11011001 | 0 | 11110 | 1100 | 100 | 101000100 | 1010000 | 1010010 |
Color Harmonies of #F6ADD9
Complementary color
Monochromatic Colors of #F6ADD9
Black with #F6ADD9
Text Example
Text Example
White with #F6ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADD9; }
p { color: rgb(246,173,217); }
H1.HeaderClassName
{
color: #F6ADD9;
}
.AnyTagClassName
{
color: #F6ADD9;
}
</style>
background-color css
<style>
a { background-color: #F6ADD9; }
a { background-color: rgb(246,173,217); }
div.DivClassName
{
background-color: #F6ADD9;
}
.BgClassName
{
background-color: #F6ADD9;
}
</style>
border-color css
<style>
span { border-color: #F6ADD9; }
span { border-color: rgb(246,173,217); }
td.TdClassName
{
border-color: #F6ADD9;
}
.TagClassName
{
border-color: #F6ADD9;
}
</style>