Shades of Lavender Pink #F6ACD6
Tints of Lavender Pink #F6ACD6
RGB
CMYK
RGB Variations
Color information
#F6ACD6 (or 0xF6ACD6) is known color: Lavender Pink. HEX triplet: F6, AC and D6. RGB value is (246,172,214). Sum of RGB (Red+Green+Blue) = 246+172+214=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACD6 is #095329. Grayscale: #C6C6C6. Windows color (decimal): -611114 or 14068982. OLE color: 14068982.
HSL color Cylindrical-coordinate representation of color #F6ACD6: hue angle of 325.95º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ACD6 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 172 | 214 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.04 |
| HSL | 325.95º | 0.8% | 0.82% | - |
| HSV(B) | 325.95º | 0.3% | 0.96% | - |
| XYZ | 64.9 | 53.95 | 70.61 | - |
| YUV | 198.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 172 | 214 | 0 | 0.30 | 0.13 | 0.04 | 325.95 | 0.8 | 0.82 |
| Hex | F6 | AC | D6 | 0 | 1E | D | 4 | 146 | 50 | 52 |
| Octal | 366 | 254 | 326 | 0 | 36 | 15 | 4 | 506 | 120 | 122 |
| Binary | 11110110 | 10101100 | 11010110 | 0 | 11110 | 1101 | 100 | 101000110 | 1010000 | 1010010 |
Color Harmonies of #F6ACD6
Complementary color
Monochromatic Colors of #F6ACD6
Black with #F6ACD6
Text Example
Text Example
White with #F6ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ACD6; }
p { color: rgb(246,172,214); }
H1.HeaderClassName
{
color: #F6ACD6;
}
.AnyTagClassName
{
color: #F6ACD6;
}
</style>
background-color css
<style>
a { background-color: #F6ACD6; }
a { background-color: rgb(246,172,214); }
div.DivClassName
{
background-color: #F6ACD6;
}
.BgClassName
{
background-color: #F6ACD6;
}
</style>
border-color css
<style>
span { border-color: #F6ACD6; }
span { border-color: rgb(246,172,214); }
td.TdClassName
{
border-color: #F6ACD6;
}
.TagClassName
{
border-color: #F6ACD6;
}
</style>