Shades of Lavender Pink #F5ABDA
Tints of Lavender Pink #F5ABDA
RGB
CMYK
RGB Variations
Color information
#F5ABDA (or 0xF5ABDA) is known color: Lavender Pink. HEX triplet: F5, AB and DA. RGB value is (245,171,218). Sum of RGB (Red+Green+Blue) = 245+171+218=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABDA is #0A5425. Grayscale: #C6C6C6. Windows color (decimal): -676902 or 14330869. OLE color: 14330869.
HSL color Cylindrical-coordinate representation of color #F5ABDA: hue angle of 321.89º 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 #F5ABDA is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 218 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.04 |
| HSL | 321.89º | 0.79% | 0.82% | - |
| HSV(B) | 321.89º | 0.3% | 0.96% | - |
| XYZ | 64.87 | 53.6 | 73.26 | - |
| YUV | 198.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 218 | 0 | 0.30 | 0.11 | 0.04 | 321.89 | 0.79 | 0.82 |
| Hex | F5 | AB | DA | 0 | 1E | B | 4 | 142 | 4F | 52 |
| Octal | 365 | 253 | 332 | 0 | 36 | 13 | 4 | 502 | 117 | 122 |
| Binary | 11110101 | 10101011 | 11011010 | 0 | 11110 | 1011 | 100 | 101000010 | 1001111 | 1010010 |
Color Harmonies of #F5ABDA
Complementary color
Monochromatic Colors of #F5ABDA
Black with #F5ABDA
Text Example
Text Example
White with #F5ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABDA; }
p { color: rgb(245,171,218); }
H1.HeaderClassName
{
color: #F5ABDA;
}
.AnyTagClassName
{
color: #F5ABDA;
}
</style>
background-color css
<style>
a { background-color: #F5ABDA; }
a { background-color: rgb(245,171,218); }
div.DivClassName
{
background-color: #F5ABDA;
}
.BgClassName
{
background-color: #F5ABDA;
}
</style>
border-color css
<style>
span { border-color: #F5ABDA; }
span { border-color: rgb(245,171,218); }
td.TdClassName
{
border-color: #F5ABDA;
}
.TagClassName
{
border-color: #F5ABDA;
}
</style>