Shades of Lavender Pink #F7ACD3
Tints of Lavender Pink #F7ACD3
RGB
CMYK
RGB Variations
Color information
#F7ACD3 (or 0xF7ACD3) is known color: Lavender Pink. HEX triplet: F7, AC and D3. RGB value is (247,172,211). Sum of RGB (Red+Green+Blue) = 247+172+211=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACD3 is #08532C. Grayscale: #C6C6C6. Windows color (decimal): -545581 or 13872375. OLE color: 13872375.
HSL color Cylindrical-coordinate representation of color #F7ACD3: hue angle of 328.8º 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 #F7ACD3 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 172 | 211 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.03 |
| HSL | 328.8º | 0.82% | 0.82% | - |
| HSV(B) | 328.8º | 0.3% | 0.97% | - |
| XYZ | 64.87 | 53.98 | 68.63 | - |
| YUV | 198.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 172 | 211 | 0 | 0.30 | 0.15 | 0.03 | 328.8 | 0.82 | 0.82 |
| Hex | F7 | AC | D3 | 0 | 1E | F | 3 | 149 | 52 | 52 |
| Octal | 367 | 254 | 323 | 0 | 36 | 17 | 3 | 511 | 122 | 122 |
| Binary | 11110111 | 10101100 | 11010011 | 0 | 11110 | 1111 | 11 | 101001001 | 1010010 | 1010010 |
Color Harmonies of #F7ACD3
Complementary color
Monochromatic Colors of #F7ACD3
Black with #F7ACD3
Text Example
Text Example
White with #F7ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ACD3; }
p { color: rgb(247,172,211); }
H1.HeaderClassName
{
color: #F7ACD3;
}
.AnyTagClassName
{
color: #F7ACD3;
}
</style>
background-color css
<style>
a { background-color: #F7ACD3; }
a { background-color: rgb(247,172,211); }
div.DivClassName
{
background-color: #F7ACD3;
}
.BgClassName
{
background-color: #F7ACD3;
}
</style>
border-color css
<style>
span { border-color: #F7ACD3; }
span { border-color: rgb(247,172,211); }
td.TdClassName
{
border-color: #F7ACD3;
}
.TagClassName
{
border-color: #F7ACD3;
}
</style>