Shades of Lavender Pink #F5ABD8
Tints of Lavender Pink #F5ABD8
RGB
CMYK
RGB Variations
Color information
#F5ABD8 (or 0xF5ABD8) is known color: Lavender Pink. HEX triplet: F5, AB and D8. RGB value is (245,171,216). Sum of RGB (Red+Green+Blue) = 245+171+216=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABD8 is #0A5427. Grayscale: #C6C6C6. Windows color (decimal): -676904 or 14199797. OLE color: 14199797.
HSL color Cylindrical-coordinate representation of color #F5ABD8: hue angle of 323.51º degrees, saturation: 0.79, 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 #F5ABD8 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 216 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.04 |
| HSL | 323.51º | 0.79% | 0.82% | - |
| HSV(B) | 323.51º | 0.3% | 0.96% | - |
| XYZ | 64.61 | 53.5 | 71.89 | - |
| YUV | 198.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 216 | 0 | 0.30 | 0.12 | 0.04 | 323.51 | 0.79 | 0.82 |
| Hex | F5 | AB | D8 | 0 | 1E | C | 4 | 144 | 4F | 52 |
| Octal | 365 | 253 | 330 | 0 | 36 | 14 | 4 | 504 | 117 | 122 |
| Binary | 11110101 | 10101011 | 11011000 | 0 | 11110 | 1100 | 100 | 101000100 | 1001111 | 1010010 |
Color Harmonies of #F5ABD8
Complementary color
Monochromatic Colors of #F5ABD8
Black with #F5ABD8
Text Example
Text Example
White with #F5ABD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABD8; }
p { color: rgb(245,171,216); }
H1.HeaderClassName
{
color: #F5ABD8;
}
.AnyTagClassName
{
color: #F5ABD8;
}
</style>
background-color css
<style>
a { background-color: #F5ABD8; }
a { background-color: rgb(245,171,216); }
div.DivClassName
{
background-color: #F5ABD8;
}
.BgClassName
{
background-color: #F5ABD8;
}
</style>
border-color css
<style>
span { border-color: #F5ABD8; }
span { border-color: rgb(245,171,216); }
td.TdClassName
{
border-color: #F5ABD8;
}
.TagClassName
{
border-color: #F5ABD8;
}
</style>