Shades of Lavender Pink #F7A3CF
Tints of Lavender Pink #F7A3CF
RGB
CMYK
RGB Variations
Color information
#F7A3CF (or 0xF7A3CF) is known color: Lavender Pink. HEX triplet: F7, A3 and CF. RGB value is (247,163,207). Sum of RGB (Red+Green+Blue) = 247+163+207=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A3CF is #085C30. Grayscale: #C1C1C1. Windows color (decimal): -547889 or 13607927. OLE color: 13607927.
HSL color Cylindrical-coordinate representation of color #F7A3CF: hue angle of 328.57º 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 #F7A3CF is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 207 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.03 |
| HSL | 328.57º | 0.84% | 0.8% | - |
| HSV(B) | 328.57º | 0.34% | 0.97% | - |
| XYZ | 62.72 | 50.47 | 65.47 | - |
| YUV | 193.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 207 | 0 | 0.34 | 0.16 | 0.03 | 328.57 | 0.84 | 0.8 |
| Hex | F7 | A3 | CF | 0 | 22 | 10 | 3 | 149 | 54 | 50 |
| Octal | 367 | 243 | 317 | 0 | 42 | 20 | 3 | 511 | 124 | 120 |
| Binary | 11110111 | 10100011 | 11001111 | 0 | 100010 | 10000 | 11 | 101001001 | 1010100 | 1010000 |
Color Harmonies of #F7A3CF
Complementary color
Monochromatic Colors of #F7A3CF
Black with #F7A3CF
Text Example
Text Example
White with #F7A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A3CF; }
p { color: rgb(247,163,207); }
H1.HeaderClassName
{
color: #F7A3CF;
}
.AnyTagClassName
{
color: #F7A3CF;
}
</style>
background-color css
<style>
a { background-color: #F7A3CF; }
a { background-color: rgb(247,163,207); }
div.DivClassName
{
background-color: #F7A3CF;
}
.BgClassName
{
background-color: #F7A3CF;
}
</style>
border-color css
<style>
span { border-color: #F7A3CF; }
span { border-color: rgb(247,163,207); }
td.TdClassName
{
border-color: #F7A3CF;
}
.TagClassName
{
border-color: #F7A3CF;
}
</style>