Shades of Lavender Pink #F1A2D1
Tints of Lavender Pink #F1A2D1
RGB
CMYK
RGB Variations
Color information
#F1A2D1 (or 0xF1A2D1) is known color: Lavender Pink. HEX triplet: F1, A2 and D1. RGB value is (241,162,209). Sum of RGB (Red+Green+Blue) = 241+162+209=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A2D1 is #0E5D2E. Grayscale: #BEBEBE. Windows color (decimal): -941359 or 13738737. OLE color: 13738737.
HSL color Cylindrical-coordinate representation of color #F1A2D1: hue angle of 324.3º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1A2D1 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 162 | 209 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.05 |
| HSL | 324.3º | 0.74% | 0.79% | - |
| HSV(B) | 324.3º | 0.33% | 0.95% | - |
| XYZ | 60.7 | 49.14 | 66.61 | - |
| YUV | 190.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 162 | 209 | 0 | 0.33 | 0.13 | 0.05 | 324.3 | 0.74 | 0.79 |
| Hex | F1 | A2 | D1 | 0 | 21 | D | 5 | 144 | 4A | 4F |
| Octal | 361 | 242 | 321 | 0 | 41 | 15 | 5 | 504 | 112 | 117 |
| Binary | 11110001 | 10100010 | 11010001 | 0 | 100001 | 1101 | 101 | 101000100 | 1001010 | 1001111 |
Color Harmonies of #F1A2D1
Complementary color
Monochromatic Colors of #F1A2D1
Black with #F1A2D1
Text Example
Text Example
White with #F1A2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A2D1; }
p { color: rgb(241,162,209); }
H1.HeaderClassName
{
color: #F1A2D1;
}
.AnyTagClassName
{
color: #F1A2D1;
}
</style>
background-color css
<style>
a { background-color: #F1A2D1; }
a { background-color: rgb(241,162,209); }
div.DivClassName
{
background-color: #F1A2D1;
}
.BgClassName
{
background-color: #F1A2D1;
}
</style>
border-color css
<style>
span { border-color: #F1A2D1; }
span { border-color: rgb(241,162,209); }
td.TdClassName
{
border-color: #F1A2D1;
}
.TagClassName
{
border-color: #F1A2D1;
}
</style>