Shades of Lavender Pink #F6ABD8
Tints of Lavender Pink #F6ABD8
RGB
CMYK
RGB Variations
Color information
#F6ABD8 (or 0xF6ABD8) is known color: Lavender Pink. HEX triplet: F6, AB and D8. RGB value is (246,171,216). Sum of RGB (Red+Green+Blue) = 246+171+216=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABD8 is #095427. Grayscale: #C6C6C6. Windows color (decimal): -611368 or 14199798. OLE color: 14199798.
HSL color Cylindrical-coordinate representation of color #F6ABD8: hue angle of 324º degrees, saturation: 0.81, 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 #F6ABD8 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 171 | 216 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.04 |
| HSL | 324º | 0.81% | 0.82% | - |
| HSV(B) | 324º | 0.3% | 0.96% | - |
| XYZ | 64.96 | 53.68 | 71.9 | - |
| YUV | 198.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 171 | 216 | 0 | 0.30 | 0.12 | 0.04 | 324 | 0.81 | 0.82 |
| Hex | F6 | AB | D8 | 0 | 1E | C | 4 | 144 | 51 | 52 |
| Octal | 366 | 253 | 330 | 0 | 36 | 14 | 4 | 504 | 121 | 122 |
| Binary | 11110110 | 10101011 | 11011000 | 0 | 11110 | 1100 | 100 | 101000100 | 1010001 | 1010010 |
Color Harmonies of #F6ABD8
Complementary color
Monochromatic Colors of #F6ABD8
Black with #F6ABD8
Text Example
Text Example
White with #F6ABD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ABD8; }
p { color: rgb(246,171,216); }
H1.HeaderClassName
{
color: #F6ABD8;
}
.AnyTagClassName
{
color: #F6ABD8;
}
</style>
background-color css
<style>
a { background-color: #F6ABD8; }
a { background-color: rgb(246,171,216); }
div.DivClassName
{
background-color: #F6ABD8;
}
.BgClassName
{
background-color: #F6ABD8;
}
</style>
border-color css
<style>
span { border-color: #F6ABD8; }
span { border-color: rgb(246,171,216); }
td.TdClassName
{
border-color: #F6ABD8;
}
.TagClassName
{
border-color: #F6ABD8;
}
</style>