Shades of Lavender Pink #F7A2D0
Tints of Lavender Pink #F7A2D0
RGB
CMYK
RGB Variations
Color information
#F7A2D0 (or 0xF7A2D0) is known color: Lavender Pink. HEX triplet: F7, A2 and D0. RGB value is (247,162,208). Sum of RGB (Red+Green+Blue) = 247+162+208=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2D0 is #085D2F. Grayscale: #C0C0C0. Windows color (decimal): -548144 or 13673207. OLE color: 13673207.
HSL color Cylindrical-coordinate representation of color #F7A2D0: hue angle of 327.53º 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 #F7A2D0 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 208 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.03 |
| HSL | 327.53º | 0.84% | 0.8% | - |
| HSV(B) | 327.53º | 0.34% | 0.97% | - |
| XYZ | 62.66 | 50.17 | 66.06 | - |
| YUV | 192.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 208 | 0 | 0.34 | 0.16 | 0.03 | 327.53 | 0.84 | 0.8 |
| Hex | F7 | A2 | D0 | 0 | 22 | 10 | 3 | 148 | 54 | 50 |
| Octal | 367 | 242 | 320 | 0 | 42 | 20 | 3 | 510 | 124 | 120 |
| Binary | 11110111 | 10100010 | 11010000 | 0 | 100010 | 10000 | 11 | 101001000 | 1010100 | 1010000 |
Color Harmonies of #F7A2D0
Complementary color
Monochromatic Colors of #F7A2D0
Black with #F7A2D0
Text Example
Text Example
White with #F7A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A2D0; }
p { color: rgb(247,162,208); }
H1.HeaderClassName
{
color: #F7A2D0;
}
.AnyTagClassName
{
color: #F7A2D0;
}
</style>
background-color css
<style>
a { background-color: #F7A2D0; }
a { background-color: rgb(247,162,208); }
div.DivClassName
{
background-color: #F7A2D0;
}
.BgClassName
{
background-color: #F7A2D0;
}
</style>
border-color css
<style>
span { border-color: #F7A2D0; }
span { border-color: rgb(247,162,208); }
td.TdClassName
{
border-color: #F7A2D0;
}
.TagClassName
{
border-color: #F7A2D0;
}
</style>