Shades of Lavender Pink #F7A2CF
Tints of Lavender Pink #F7A2CF
RGB
CMYK
RGB Variations
Color information
#F7A2CF (or 0xF7A2CF) is known color: Lavender Pink. HEX triplet: F7, A2 and CF. RGB value is (247,162,207). Sum of RGB (Red+Green+Blue) = 247+162+207=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2CF is #085D30. Grayscale: #C0C0C0. Windows color (decimal): -548145 or 13607671. OLE color: 13607671.
HSL color Cylindrical-coordinate representation of color #F7A2CF: hue angle of 328.24º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A2CF is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 207 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.03 |
| HSL | 328.24º | 0.84% | 0.8% | - |
| HSV(B) | 328.24º | 0.34% | 0.97% | - |
| XYZ | 62.54 | 50.12 | 65.41 | - |
| YUV | 192.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 207 | 0 | 0.34 | 0.16 | 0.03 | 328.24 | 0.84 | 0.8 |
| Hex | F7 | A2 | CF | 0 | 22 | 10 | 3 | 148 | 54 | 50 |
| Octal | 367 | 242 | 317 | 0 | 42 | 20 | 3 | 510 | 124 | 120 |
| Binary | 11110111 | 10100010 | 11001111 | 0 | 100010 | 10000 | 11 | 101001000 | 1010100 | 1010000 |
Color Harmonies of #F7A2CF
Complementary color
Monochromatic Colors of #F7A2CF
Black with #F7A2CF
Text Example
Text Example
White with #F7A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A2CF; }
p { color: rgb(247,162,207); }
H1.HeaderClassName
{
color: #F7A2CF;
}
.AnyTagClassName
{
color: #F7A2CF;
}
</style>
background-color css
<style>
a { background-color: #F7A2CF; }
a { background-color: rgb(247,162,207); }
div.DivClassName
{
background-color: #F7A2CF;
}
.BgClassName
{
background-color: #F7A2CF;
}
</style>
border-color css
<style>
span { border-color: #F7A2CF; }
span { border-color: rgb(247,162,207); }
td.TdClassName
{
border-color: #F7A2CF;
}
.TagClassName
{
border-color: #F7A2CF;
}
</style>