Shades of Lavender Pink #F7ACD2
Tints of Lavender Pink #F7ACD2
RGB
CMYK
RGB Variations
Color information
#F7ACD2 (or 0xF7ACD2) is known color: Lavender Pink. HEX triplet: F7, AC and D2. RGB value is (247,172,210). Sum of RGB (Red+Green+Blue) = 247+172+210=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACD2 is #08532D. Grayscale: #C6C6C6. Windows color (decimal): -545582 or 13806839. OLE color: 13806839.
HSL color Cylindrical-coordinate representation of color #F7ACD2: hue angle of 329.6º 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 #F7ACD2 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 172 | 210 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.03 |
| HSL | 329.6º | 0.82% | 0.82% | - |
| HSV(B) | 329.6º | 0.3% | 0.97% | - |
| XYZ | 64.74 | 53.93 | 67.97 | - |
| YUV | 198.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 172 | 210 | 0 | 0.30 | 0.15 | 0.03 | 329.6 | 0.82 | 0.82 |
| Hex | F7 | AC | D2 | 0 | 1E | F | 3 | 14A | 52 | 52 |
| Octal | 367 | 254 | 322 | 0 | 36 | 17 | 3 | 512 | 122 | 122 |
| Binary | 11110111 | 10101100 | 11010010 | 0 | 11110 | 1111 | 11 | 101001010 | 1010010 | 1010010 |
Color Harmonies of #F7ACD2
Complementary color
Monochromatic Colors of #F7ACD2
Black with #F7ACD2
Text Example
Text Example
White with #F7ACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ACD2; }
p { color: rgb(247,172,210); }
H1.HeaderClassName
{
color: #F7ACD2;
}
.AnyTagClassName
{
color: #F7ACD2;
}
</style>
background-color css
<style>
a { background-color: #F7ACD2; }
a { background-color: rgb(247,172,210); }
div.DivClassName
{
background-color: #F7ACD2;
}
.BgClassName
{
background-color: #F7ACD2;
}
</style>
border-color css
<style>
span { border-color: #F7ACD2; }
span { border-color: rgb(247,172,210); }
td.TdClassName
{
border-color: #F7ACD2;
}
.TagClassName
{
border-color: #F7ACD2;
}
</style>