Shades of Lavender Pink #F6ACD1
Tints of Lavender Pink #F6ACD1
RGB
CMYK
RGB Variations
Color information
#F6ACD1 (or 0xF6ACD1) is known color: Lavender Pink. HEX triplet: F6, AC and D1. RGB value is (246,172,209). Sum of RGB (Red+Green+Blue) = 246+172+209=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACD1 is #09532E. Grayscale: #C6C6C6. Windows color (decimal): -611119 or 13741302. OLE color: 13741302.
HSL color Cylindrical-coordinate representation of color #F6ACD1: hue angle of 330º 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 #F6ACD1 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 172 | 209 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.04 |
| HSL | 330º | 0.8% | 0.82% | - |
| HSV(B) | 330º | 0.3% | 0.96% | - |
| XYZ | 64.27 | 53.7 | 67.3 | - |
| YUV | 198.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 172 | 209 | 0 | 0.30 | 0.15 | 0.04 | 330 | 0.8 | 0.82 |
| Hex | F6 | AC | D1 | 0 | 1E | F | 4 | 14A | 50 | 52 |
| Octal | 366 | 254 | 321 | 0 | 36 | 17 | 4 | 512 | 120 | 122 |
| Binary | 11110110 | 10101100 | 11010001 | 0 | 11110 | 1111 | 100 | 101001010 | 1010000 | 1010010 |
Color Harmonies of #F6ACD1
Complementary color
Monochromatic Colors of #F6ACD1
Black with #F6ACD1
Text Example
Text Example
White with #F6ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ACD1; }
p { color: rgb(246,172,209); }
H1.HeaderClassName
{
color: #F6ACD1;
}
.AnyTagClassName
{
color: #F6ACD1;
}
</style>
background-color css
<style>
a { background-color: #F6ACD1; }
a { background-color: rgb(246,172,209); }
div.DivClassName
{
background-color: #F6ACD1;
}
.BgClassName
{
background-color: #F6ACD1;
}
</style>
border-color css
<style>
span { border-color: #F6ACD1; }
span { border-color: rgb(246,172,209); }
td.TdClassName
{
border-color: #F6ACD1;
}
.TagClassName
{
border-color: #F6ACD1;
}
</style>