Shades of Lavender Pink #F4ABD8
Tints of Lavender Pink #F4ABD8
RGB
CMYK
RGB Variations
Color information
#F4ABD8 (or 0xF4ABD8) is known color: Lavender Pink. HEX triplet: F4, AB and D8. RGB value is (244,171,216). Sum of RGB (Red+Green+Blue) = 244+171+216=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABD8 is #0B5427. Grayscale: #C5C5C5. Windows color (decimal): -742440 or 14199796. OLE color: 14199796.
HSL color Cylindrical-coordinate representation of color #F4ABD8: hue angle of 323.01º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ABD8 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 216 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.04 |
| HSL | 323.01º | 0.77% | 0.81% | - |
| HSV(B) | 323.01º | 0.3% | 0.96% | - |
| XYZ | 64.27 | 53.32 | 71.87 | - |
| YUV | 197.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 216 | 0 | 0.30 | 0.11 | 0.04 | 323.01 | 0.77 | 0.81 |
| Hex | F4 | AB | D8 | 0 | 1E | B | 4 | 143 | 4D | 51 |
| Octal | 364 | 253 | 330 | 0 | 36 | 13 | 4 | 503 | 115 | 121 |
| Binary | 11110100 | 10101011 | 11011000 | 0 | 11110 | 1011 | 100 | 101000011 | 1001101 | 1010001 |
Color Harmonies of #F4ABD8
Complementary color
Monochromatic Colors of #F4ABD8
Black with #F4ABD8
Text Example
Text Example
White with #F4ABD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABD8; }
p { color: rgb(244,171,216); }
H1.HeaderClassName
{
color: #F4ABD8;
}
.AnyTagClassName
{
color: #F4ABD8;
}
</style>
background-color css
<style>
a { background-color: #F4ABD8; }
a { background-color: rgb(244,171,216); }
div.DivClassName
{
background-color: #F4ABD8;
}
.BgClassName
{
background-color: #F4ABD8;
}
</style>
border-color css
<style>
span { border-color: #F4ABD8; }
span { border-color: rgb(244,171,216); }
td.TdClassName
{
border-color: #F4ABD8;
}
.TagClassName
{
border-color: #F4ABD8;
}
</style>