Shades of Lavender Pink #F6A7D8
Tints of Lavender Pink #F6A7D8
RGB
CMYK
RGB Variations
Color information
#F6A7D8 (or 0xF6A7D8) is known color: Lavender Pink. HEX triplet: F6, A7 and D8. RGB value is (246,167,216). Sum of RGB (Red+Green+Blue) = 246+167+216=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 167 (65.62% from 255 or 26.55% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A7D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A7D8 is #095827. Grayscale: #C4C4C4. Windows color (decimal): -612392 or 14198774. OLE color: 14198774.
HSL color Cylindrical-coordinate representation of color #F6A7D8: hue angle of 322.78º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6A7D8 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 167 | 216 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.04 |
| HSL | 322.78º | 0.81% | 0.81% | - |
| HSV(B) | 322.78º | 0.32% | 0.96% | - |
| XYZ | 64.22 | 52.19 | 71.65 | - |
| YUV | 196.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 167 | 216 | 0 | 0.32 | 0.12 | 0.04 | 322.78 | 0.81 | 0.81 |
| Hex | F6 | A7 | D8 | 0 | 20 | C | 4 | 143 | 51 | 51 |
| Octal | 366 | 247 | 330 | 0 | 40 | 14 | 4 | 503 | 121 | 121 |
| Binary | 11110110 | 10100111 | 11011000 | 0 | 100000 | 1100 | 100 | 101000011 | 1010001 | 1010001 |
Color Harmonies of #F6A7D8
Complementary color
Monochromatic Colors of #F6A7D8
Black with #F6A7D8
Text Example
Text Example
White with #F6A7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A7D8; }
p { color: rgb(246,167,216); }
H1.HeaderClassName
{
color: #F6A7D8;
}
.AnyTagClassName
{
color: #F6A7D8;
}
</style>
background-color css
<style>
a { background-color: #F6A7D8; }
a { background-color: rgb(246,167,216); }
div.DivClassName
{
background-color: #F6A7D8;
}
.BgClassName
{
background-color: #F6A7D8;
}
</style>
border-color css
<style>
span { border-color: #F6A7D8; }
span { border-color: rgb(246,167,216); }
td.TdClassName
{
border-color: #F6A7D8;
}
.TagClassName
{
border-color: #F6A7D8;
}
</style>