Shades of Lavender Pink #F7ACD6
Tints of Lavender Pink #F7ACD6
RGB
CMYK
RGB Variations
Color information
#F7ACD6 (or 0xF7ACD6) is known color: Lavender Pink. HEX triplet: F7, AC and D6. RGB value is (247,172,214). Sum of RGB (Red+Green+Blue) = 247+172+214=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACD6 is #085329. Grayscale: #C7C7C7. Windows color (decimal): -545578 or 14068983. OLE color: 14068983.
HSL color Cylindrical-coordinate representation of color #F7ACD6: hue angle of 326.4º 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 #F7ACD6 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 172 | 214 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.03 |
| HSL | 326.4º | 0.82% | 0.82% | - |
| HSV(B) | 326.4º | 0.3% | 0.97% | - |
| XYZ | 65.25 | 54.13 | 70.63 | - |
| YUV | 199.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 172 | 214 | 0 | 0.30 | 0.13 | 0.03 | 326.4 | 0.82 | 0.82 |
| Hex | F7 | AC | D6 | 0 | 1E | D | 3 | 146 | 52 | 52 |
| Octal | 367 | 254 | 326 | 0 | 36 | 15 | 3 | 506 | 122 | 122 |
| Binary | 11110111 | 10101100 | 11010110 | 0 | 11110 | 1101 | 11 | 101000110 | 1010010 | 1010010 |
Color Harmonies of #F7ACD6
Complementary color
Monochromatic Colors of #F7ACD6
Black with #F7ACD6
Text Example
Text Example
White with #F7ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ACD6; }
p { color: rgb(247,172,214); }
H1.HeaderClassName
{
color: #F7ACD6;
}
.AnyTagClassName
{
color: #F7ACD6;
}
</style>
background-color css
<style>
a { background-color: #F7ACD6; }
a { background-color: rgb(247,172,214); }
div.DivClassName
{
background-color: #F7ACD6;
}
.BgClassName
{
background-color: #F7ACD6;
}
</style>
border-color css
<style>
span { border-color: #F7ACD6; }
span { border-color: rgb(247,172,214); }
td.TdClassName
{
border-color: #F7ACD6;
}
.TagClassName
{
border-color: #F7ACD6;
}
</style>