Shades of Lavender Pink #F7ADD7
Tints of Lavender Pink #F7ADD7
RGB
CMYK
RGB Variations
Color information
#F7ADD7 (or 0xF7ADD7) is known color: Lavender Pink. HEX triplet: F7, AD and D7. RGB value is (247,173,215). Sum of RGB (Red+Green+Blue) = 247+173+215=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADD7 is #085228. Grayscale: #C7C7C7. Windows color (decimal): -545321 or 14134775. OLE color: 14134775.
HSL color Cylindrical-coordinate representation of color #F7ADD7: hue angle of 325.95º 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 #F7ADD7 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 215 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.03 |
| HSL | 325.95º | 0.82% | 0.82% | - |
| HSV(B) | 325.95º | 0.3% | 0.97% | - |
| XYZ | 65.57 | 54.57 | 71.37 | - |
| YUV | 199.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 215 | 0 | 0.30 | 0.13 | 0.03 | 325.95 | 0.82 | 0.82 |
| Hex | F7 | AD | D7 | 0 | 1E | D | 3 | 146 | 52 | 52 |
| Octal | 367 | 255 | 327 | 0 | 36 | 15 | 3 | 506 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11010111 | 0 | 11110 | 1101 | 11 | 101000110 | 1010010 | 1010010 |
Color Harmonies of #F7ADD7
Complementary color
Monochromatic Colors of #F7ADD7
Black with #F7ADD7
Text Example
Text Example
White with #F7ADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADD7; }
p { color: rgb(247,173,215); }
H1.HeaderClassName
{
color: #F7ADD7;
}
.AnyTagClassName
{
color: #F7ADD7;
}
</style>
background-color css
<style>
a { background-color: #F7ADD7; }
a { background-color: rgb(247,173,215); }
div.DivClassName
{
background-color: #F7ADD7;
}
.BgClassName
{
background-color: #F7ADD7;
}
</style>
border-color css
<style>
span { border-color: #F7ADD7; }
span { border-color: rgb(247,173,215); }
td.TdClassName
{
border-color: #F7ADD7;
}
.TagClassName
{
border-color: #F7ADD7;
}
</style>