Shades of Lavender Pink #F6ACD3
Tints of Lavender Pink #F6ACD3
RGB
CMYK
RGB Variations
Color information
#F6ACD3 (or 0xF6ACD3) is known color: Lavender Pink. HEX triplet: F6, AC and D3. RGB value is (246,172,211). Sum of RGB (Red+Green+Blue) = 246+172+211=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACD3 is #09532C. Grayscale: #C6C6C6. Windows color (decimal): -611117 or 13872374. OLE color: 13872374.
HSL color Cylindrical-coordinate representation of color #F6ACD3: hue angle of 328.38º 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 #F6ACD3 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 172 | 211 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.04 |
| HSL | 328.38º | 0.8% | 0.82% | - |
| HSV(B) | 328.38º | 0.3% | 0.96% | - |
| XYZ | 64.52 | 53.8 | 68.61 | - |
| YUV | 198.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 172 | 211 | 0 | 0.30 | 0.14 | 0.04 | 328.38 | 0.8 | 0.82 |
| Hex | F6 | AC | D3 | 0 | 1E | E | 4 | 148 | 50 | 52 |
| Octal | 366 | 254 | 323 | 0 | 36 | 16 | 4 | 510 | 120 | 122 |
| Binary | 11110110 | 10101100 | 11010011 | 0 | 11110 | 1110 | 100 | 101001000 | 1010000 | 1010010 |
Color Harmonies of #F6ACD3
Complementary color
Monochromatic Colors of #F6ACD3
Black with #F6ACD3
Text Example
Text Example
White with #F6ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ACD3; }
p { color: rgb(246,172,211); }
H1.HeaderClassName
{
color: #F6ACD3;
}
.AnyTagClassName
{
color: #F6ACD3;
}
</style>
background-color css
<style>
a { background-color: #F6ACD3; }
a { background-color: rgb(246,172,211); }
div.DivClassName
{
background-color: #F6ACD3;
}
.BgClassName
{
background-color: #F6ACD3;
}
</style>
border-color css
<style>
span { border-color: #F6ACD3; }
span { border-color: rgb(246,172,211); }
td.TdClassName
{
border-color: #F6ACD3;
}
.TagClassName
{
border-color: #F6ACD3;
}
</style>