Shades of Lavender Pink #F1AED1
Tints of Lavender Pink #F1AED1
RGB
CMYK
RGB Variations
Color information
#F1AED1 (or 0xF1AED1) is known color: Lavender Pink. HEX triplet: F1, AE and D1. RGB value is (241,174,209). Sum of RGB (Red+Green+Blue) = 241+174+209=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AED1 is #0E512E. Grayscale: #C5C5C5. Windows color (decimal): -938287 or 13741809. OLE color: 13741809.
HSL color Cylindrical-coordinate representation of color #F1AED1: hue angle of 328.66º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1AED1 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 209 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.05 |
| HSL | 328.66º | 0.71% | 0.81% | - |
| HSV(B) | 328.66º | 0.28% | 0.95% | - |
| XYZ | 62.92 | 53.58 | 67.35 | - |
| YUV | 198.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 209 | 0 | 0.28 | 0.13 | 0.05 | 328.66 | 0.71 | 0.81 |
| Hex | F1 | AE | D1 | 0 | 1C | D | 5 | 149 | 47 | 51 |
| Octal | 361 | 256 | 321 | 0 | 34 | 15 | 5 | 511 | 107 | 121 |
| Binary | 11110001 | 10101110 | 11010001 | 0 | 11100 | 1101 | 101 | 101001001 | 1000111 | 1010001 |
Color Harmonies of #F1AED1
Complementary color
Monochromatic Colors of #F1AED1
Black with #F1AED1
Text Example
Text Example
White with #F1AED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AED1; }
p { color: rgb(241,174,209); }
H1.HeaderClassName
{
color: #F1AED1;
}
.AnyTagClassName
{
color: #F1AED1;
}
</style>
background-color css
<style>
a { background-color: #F1AED1; }
a { background-color: rgb(241,174,209); }
div.DivClassName
{
background-color: #F1AED1;
}
.BgClassName
{
background-color: #F1AED1;
}
</style>
border-color css
<style>
span { border-color: #F1AED1; }
span { border-color: rgb(241,174,209); }
td.TdClassName
{
border-color: #F1AED1;
}
.TagClassName
{
border-color: #F1AED1;
}
</style>