Shades of Lavender Pink #F7A6D4
Tints of Lavender Pink #F7A6D4
RGB
CMYK
RGB Variations
Color information
#F7A6D4 (or 0xF7A6D4) is known color: Lavender Pink. HEX triplet: F7, A6 and D4. RGB value is (247,166,212). Sum of RGB (Red+Green+Blue) = 247+166+212=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A6D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A6D4 is #08592B. Grayscale: #C3C3C3. Windows color (decimal): -547116 or 13936375. OLE color: 13936375.
HSL color Cylindrical-coordinate representation of color #F7A6D4: hue angle of 325.93º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A6D4 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 212 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.03 |
| HSL | 325.93º | 0.84% | 0.81% | - |
| HSV(B) | 325.93º | 0.33% | 0.97% | - |
| XYZ | 63.88 | 51.8 | 68.92 | - |
| YUV | 195.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 212 | 0 | 0.33 | 0.14 | 0.03 | 325.93 | 0.84 | 0.81 |
| Hex | F7 | A6 | D4 | 0 | 21 | E | 3 | 146 | 54 | 51 |
| Octal | 367 | 246 | 324 | 0 | 41 | 16 | 3 | 506 | 124 | 121 |
| Binary | 11110111 | 10100110 | 11010100 | 0 | 100001 | 1110 | 11 | 101000110 | 1010100 | 1010001 |
Color Harmonies of #F7A6D4
Complementary color
Monochromatic Colors of #F7A6D4
Black with #F7A6D4
Text Example
Text Example
White with #F7A6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A6D4; }
p { color: rgb(247,166,212); }
H1.HeaderClassName
{
color: #F7A6D4;
}
.AnyTagClassName
{
color: #F7A6D4;
}
</style>
background-color css
<style>
a { background-color: #F7A6D4; }
a { background-color: rgb(247,166,212); }
div.DivClassName
{
background-color: #F7A6D4;
}
.BgClassName
{
background-color: #F7A6D4;
}
</style>
border-color css
<style>
span { border-color: #F7A6D4; }
span { border-color: rgb(247,166,212); }
td.TdClassName
{
border-color: #F7A6D4;
}
.TagClassName
{
border-color: #F7A6D4;
}
</style>