Shades of Lavender Pink #F1ABD1
Tints of Lavender Pink #F1ABD1
RGB
CMYK
RGB Variations
Color information
#F1ABD1 (or 0xF1ABD1) is known color: Lavender Pink. HEX triplet: F1, AB and D1. RGB value is (241,171,209). Sum of RGB (Red+Green+Blue) = 241+171+209=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABD1 is #0E542E. Grayscale: #C4C4C4. Windows color (decimal): -939055 or 13741041. OLE color: 13741041.
HSL color Cylindrical-coordinate representation of color #F1ABD1: hue angle of 327.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ABD1 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 209 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.05 |
| HSL | 327.43º | 0.71% | 0.81% | - |
| HSV(B) | 327.43º | 0.29% | 0.95% | - |
| XYZ | 62.35 | 52.43 | 67.16 | - |
| YUV | 196.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 209 | 0 | 0.29 | 0.13 | 0.05 | 327.43 | 0.71 | 0.81 |
| Hex | F1 | AB | D1 | 0 | 1D | D | 5 | 147 | 47 | 51 |
| Octal | 361 | 253 | 321 | 0 | 35 | 15 | 5 | 507 | 107 | 121 |
| Binary | 11110001 | 10101011 | 11010001 | 0 | 11101 | 1101 | 101 | 101000111 | 1000111 | 1010001 |
Color Harmonies of #F1ABD1
Complementary color
Monochromatic Colors of #F1ABD1
Black with #F1ABD1
Text Example
Text Example
White with #F1ABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABD1; }
p { color: rgb(241,171,209); }
H1.HeaderClassName
{
color: #F1ABD1;
}
.AnyTagClassName
{
color: #F1ABD1;
}
</style>
background-color css
<style>
a { background-color: #F1ABD1; }
a { background-color: rgb(241,171,209); }
div.DivClassName
{
background-color: #F1ABD1;
}
.BgClassName
{
background-color: #F1ABD1;
}
</style>
border-color css
<style>
span { border-color: #F1ABD1; }
span { border-color: rgb(241,171,209); }
td.TdClassName
{
border-color: #F1ABD1;
}
.TagClassName
{
border-color: #F1ABD1;
}
</style>