Shades of Lavender Pink #F6ACD7
Tints of Lavender Pink #F6ACD7
RGB
CMYK
RGB Variations
Color information
#F6ACD7 (or 0xF6ACD7) is known color: Lavender Pink. HEX triplet: F6, AC and D7. RGB value is (246,172,215). Sum of RGB (Red+Green+Blue) = 246+172+215=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACD7 is #095328. Grayscale: #C6C6C6. Windows color (decimal): -611113 or 14134518. OLE color: 14134518.
HSL color Cylindrical-coordinate representation of color #F6ACD7: hue angle of 325.14º 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 #F6ACD7 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 172 | 215 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.04 |
| HSL | 325.14º | 0.8% | 0.82% | - |
| HSV(B) | 325.14º | 0.3% | 0.96% | - |
| XYZ | 65.02 | 54 | 71.29 | - |
| YUV | 199.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 172 | 215 | 0 | 0.30 | 0.13 | 0.04 | 325.14 | 0.8 | 0.82 |
| Hex | F6 | AC | D7 | 0 | 1E | D | 4 | 145 | 50 | 52 |
| Octal | 366 | 254 | 327 | 0 | 36 | 15 | 4 | 505 | 120 | 122 |
| Binary | 11110110 | 10101100 | 11010111 | 0 | 11110 | 1101 | 100 | 101000101 | 1010000 | 1010010 |
Color Harmonies of #F6ACD7
Complementary color
Monochromatic Colors of #F6ACD7
Black with #F6ACD7
Text Example
Text Example
White with #F6ACD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ACD7; }
p { color: rgb(246,172,215); }
H1.HeaderClassName
{
color: #F6ACD7;
}
.AnyTagClassName
{
color: #F6ACD7;
}
</style>
background-color css
<style>
a { background-color: #F6ACD7; }
a { background-color: rgb(246,172,215); }
div.DivClassName
{
background-color: #F6ACD7;
}
.BgClassName
{
background-color: #F6ACD7;
}
</style>
border-color css
<style>
span { border-color: #F6ACD7; }
span { border-color: rgb(246,172,215); }
td.TdClassName
{
border-color: #F6ACD7;
}
.TagClassName
{
border-color: #F6ACD7;
}
</style>