Shades of Lavender Pink #F7ADCD
Tints of Lavender Pink #F7ADCD
RGB
CMYK
RGB Variations
Color information
#F7ADCD (or 0xF7ADCD) is known color: Lavender Pink. HEX triplet: F7, AD and CD. RGB value is (247,173,205). Sum of RGB (Red+Green+Blue) = 247+173+205=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADCD is #085232. Grayscale: #C6C6C6. Windows color (decimal): -545331 or 13479415. OLE color: 13479415.
HSL color Cylindrical-coordinate representation of color #F7ADCD: hue angle of 334.05º 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 #F7ADCD is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 205 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.03 |
| HSL | 334.05º | 0.82% | 0.82% | - |
| HSV(B) | 334.05º | 0.3% | 0.97% | - |
| XYZ | 64.32 | 54.07 | 64.8 | - |
| YUV | 198.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 205 | 0 | 0.30 | 0.17 | 0.03 | 334.05 | 0.82 | 0.82 |
| Hex | F7 | AD | CD | 0 | 1E | 11 | 3 | 14E | 52 | 52 |
| Octal | 367 | 255 | 315 | 0 | 36 | 21 | 3 | 516 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11001101 | 0 | 11110 | 10001 | 11 | 101001110 | 1010010 | 1010010 |
Color Harmonies of #F7ADCD
Complementary color
Monochromatic Colors of #F7ADCD
Black with #F7ADCD
Text Example
Text Example
White with #F7ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADCD; }
p { color: rgb(247,173,205); }
H1.HeaderClassName
{
color: #F7ADCD;
}
.AnyTagClassName
{
color: #F7ADCD;
}
</style>
background-color css
<style>
a { background-color: #F7ADCD; }
a { background-color: rgb(247,173,205); }
div.DivClassName
{
background-color: #F7ADCD;
}
.BgClassName
{
background-color: #F7ADCD;
}
</style>
border-color css
<style>
span { border-color: #F7ADCD; }
span { border-color: rgb(247,173,205); }
td.TdClassName
{
border-color: #F7ADCD;
}
.TagClassName
{
border-color: #F7ADCD;
}
</style>