Shades of Lavender Pink #F1ADD9
Tints of Lavender Pink #F1ADD9
RGB
CMYK
RGB Variations
Color information
#F1ADD9 (or 0xF1ADD9) is known color: Lavender Pink. HEX triplet: F1, AD and D9. RGB value is (241,173,217). Sum of RGB (Red+Green+Blue) = 241+173+217=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADD9 is #0E5226. Grayscale: #C6C6C6. Windows color (decimal): -938535 or 14265841. OLE color: 14265841.
HSL color Cylindrical-coordinate representation of color #F1ADD9: hue angle of 321.18º 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 #F1ADD9 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 217 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.05 |
| HSL | 321.18º | 0.71% | 0.81% | - |
| HSV(B) | 321.18º | 0.28% | 0.95% | - |
| XYZ | 63.74 | 53.6 | 72.63 | - |
| YUV | 198.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 217 | 0 | 0.28 | 0.10 | 0.05 | 321.18 | 0.71 | 0.81 |
| Hex | F1 | AD | D9 | 0 | 1C | A | 5 | 141 | 47 | 51 |
| Octal | 361 | 255 | 331 | 0 | 34 | 12 | 5 | 501 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11011001 | 0 | 11100 | 1010 | 101 | 101000001 | 1000111 | 1010001 |
Color Harmonies of #F1ADD9
Complementary color
Monochromatic Colors of #F1ADD9
Black with #F1ADD9
Text Example
Text Example
White with #F1ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADD9; }
p { color: rgb(241,173,217); }
H1.HeaderClassName
{
color: #F1ADD9;
}
.AnyTagClassName
{
color: #F1ADD9;
}
</style>
background-color css
<style>
a { background-color: #F1ADD9; }
a { background-color: rgb(241,173,217); }
div.DivClassName
{
background-color: #F1ADD9;
}
.BgClassName
{
background-color: #F1ADD9;
}
</style>
border-color css
<style>
span { border-color: #F1ADD9; }
span { border-color: rgb(241,173,217); }
td.TdClassName
{
border-color: #F1ADD9;
}
.TagClassName
{
border-color: #F1ADD9;
}
</style>