Shades of Lavender Pink #F1ADD1
Tints of Lavender Pink #F1ADD1
RGB
CMYK
RGB Variations
Color information
#F1ADD1 (or 0xF1ADD1) is known color: Lavender Pink. HEX triplet: F1, AD and D1. RGB value is (241,173,209). Sum of RGB (Red+Green+Blue) = 241+173+209=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADD1 is #0E522E. Grayscale: #C5C5C5. Windows color (decimal): -938543 or 13741553. OLE color: 13741553.
HSL color Cylindrical-coordinate representation of color #F1ADD1: hue angle of 328.24º 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 #F1ADD1 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 209 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.05 |
| HSL | 328.24º | 0.71% | 0.81% | - |
| HSV(B) | 328.24º | 0.28% | 0.95% | - |
| XYZ | 62.73 | 53.19 | 67.28 | - |
| YUV | 197.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 209 | 0 | 0.28 | 0.13 | 0.05 | 328.24 | 0.71 | 0.81 |
| Hex | F1 | AD | D1 | 0 | 1C | D | 5 | 148 | 47 | 51 |
| Octal | 361 | 255 | 321 | 0 | 34 | 15 | 5 | 510 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11010001 | 0 | 11100 | 1101 | 101 | 101001000 | 1000111 | 1010001 |
Color Harmonies of #F1ADD1
Complementary color
Monochromatic Colors of #F1ADD1
Black with #F1ADD1
Text Example
Text Example
White with #F1ADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADD1; }
p { color: rgb(241,173,209); }
H1.HeaderClassName
{
color: #F1ADD1;
}
.AnyTagClassName
{
color: #F1ADD1;
}
</style>
background-color css
<style>
a { background-color: #F1ADD1; }
a { background-color: rgb(241,173,209); }
div.DivClassName
{
background-color: #F1ADD1;
}
.BgClassName
{
background-color: #F1ADD1;
}
</style>
border-color css
<style>
span { border-color: #F1ADD1; }
span { border-color: rgb(241,173,209); }
td.TdClassName
{
border-color: #F1ADD1;
}
.TagClassName
{
border-color: #F1ADD1;
}
</style>