Shades of Lavender Pink #F7ADD6
Tints of Lavender Pink #F7ADD6
RGB
CMYK
RGB Variations
Color information
#F7ADD6 (or 0xF7ADD6) is known color: Lavender Pink. HEX triplet: F7, AD and D6. RGB value is (247,173,214). Sum of RGB (Red+Green+Blue) = 247+173+214=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADD6 is #085229. Grayscale: #C7C7C7. Windows color (decimal): -545322 or 14069239. OLE color: 14069239.
HSL color Cylindrical-coordinate representation of color #F7ADD6: hue angle of 326.76º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADD6 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 214 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.03 |
| HSL | 326.76º | 0.82% | 0.82% | - |
| HSV(B) | 326.76º | 0.3% | 0.97% | - |
| XYZ | 65.44 | 54.52 | 70.69 | - |
| YUV | 199.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 214 | 0 | 0.30 | 0.13 | 0.03 | 326.76 | 0.82 | 0.82 |
| Hex | F7 | AD | D6 | 0 | 1E | D | 3 | 147 | 52 | 52 |
| Octal | 367 | 255 | 326 | 0 | 36 | 15 | 3 | 507 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11010110 | 0 | 11110 | 1101 | 11 | 101000111 | 1010010 | 1010010 |
Color Harmonies of #F7ADD6
Complementary color
Monochromatic Colors of #F7ADD6
Black with #F7ADD6
Text Example
Text Example
White with #F7ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADD6; }
p { color: rgb(247,173,214); }
H1.HeaderClassName
{
color: #F7ADD6;
}
.AnyTagClassName
{
color: #F7ADD6;
}
</style>
background-color css
<style>
a { background-color: #F7ADD6; }
a { background-color: rgb(247,173,214); }
div.DivClassName
{
background-color: #F7ADD6;
}
.BgClassName
{
background-color: #F7ADD6;
}
</style>
border-color css
<style>
span { border-color: #F7ADD6; }
span { border-color: rgb(247,173,214); }
td.TdClassName
{
border-color: #F7ADD6;
}
.TagClassName
{
border-color: #F7ADD6;
}
</style>