Shades of Lavender Pink #F9ABDA
Tints of Lavender Pink #F9ABDA
RGB
CMYK
RGB Variations
Color information
#F9ABDA (or 0xF9ABDA) is known color: Lavender Pink. HEX triplet: F9, AB and DA. RGB value is (249,171,218). Sum of RGB (Red+Green+Blue) = 249+171+218=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ABDA is #065425. Grayscale: #C7C7C7. Windows color (decimal): -414758 or 14330873. OLE color: 14330873.
HSL color Cylindrical-coordinate representation of color #F9ABDA: hue angle of 323.85º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ABDA is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 171 | 218 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.02 |
| HSL | 323.85º | 0.87% | 0.82% | - |
| HSV(B) | 323.85º | 0.31% | 0.98% | - |
| XYZ | 66.28 | 54.33 | 73.32 | - |
| YUV | 199.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 171 | 218 | 0 | 0.31 | 0.12 | 0.02 | 323.85 | 0.87 | 0.82 |
| Hex | F9 | AB | DA | 0 | 1F | C | 2 | 144 | 57 | 52 |
| Octal | 371 | 253 | 332 | 0 | 37 | 14 | 2 | 504 | 127 | 122 |
| Binary | 11111001 | 10101011 | 11011010 | 0 | 11111 | 1100 | 10 | 101000100 | 1010111 | 1010010 |
Color Harmonies of #F9ABDA
Complementary color
Monochromatic Colors of #F9ABDA
Black with #F9ABDA
Text Example
Text Example
White with #F9ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ABDA; }
p { color: rgb(249,171,218); }
H1.HeaderClassName
{
color: #F9ABDA;
}
.AnyTagClassName
{
color: #F9ABDA;
}
</style>
background-color css
<style>
a { background-color: #F9ABDA; }
a { background-color: rgb(249,171,218); }
div.DivClassName
{
background-color: #F9ABDA;
}
.BgClassName
{
background-color: #F9ABDA;
}
</style>
border-color css
<style>
span { border-color: #F9ABDA; }
span { border-color: rgb(249,171,218); }
td.TdClassName
{
border-color: #F9ABDA;
}
.TagClassName
{
border-color: #F9ABDA;
}
</style>