Shades of Lavender Pink #F1ADD2
Tints of Lavender Pink #F1ADD2
RGB
CMYK
RGB Variations
Color information
#F1ADD2 (or 0xF1ADD2) is known color: Lavender Pink. HEX triplet: F1, AD and D2. RGB value is (241,173,210). Sum of RGB (Red+Green+Blue) = 241+173+210=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADD2 is #0E522D. Grayscale: #C5C5C5. Windows color (decimal): -938542 or 13807089. OLE color: 13807089.
HSL color Cylindrical-coordinate representation of color #F1ADD2: hue angle of 327.35º 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 #F1ADD2 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 210 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.05 |
| HSL | 327.35º | 0.71% | 0.81% | - |
| HSV(B) | 327.35º | 0.28% | 0.95% | - |
| XYZ | 62.85 | 53.24 | 67.94 | - |
| YUV | 197.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 210 | 0 | 0.28 | 0.13 | 0.05 | 327.35 | 0.71 | 0.81 |
| Hex | F1 | AD | D2 | 0 | 1C | D | 5 | 147 | 47 | 51 |
| Octal | 361 | 255 | 322 | 0 | 34 | 15 | 5 | 507 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11010010 | 0 | 11100 | 1101 | 101 | 101000111 | 1000111 | 1010001 |
Color Harmonies of #F1ADD2
Complementary color
Monochromatic Colors of #F1ADD2
Black with #F1ADD2
Text Example
Text Example
White with #F1ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADD2; }
p { color: rgb(241,173,210); }
H1.HeaderClassName
{
color: #F1ADD2;
}
.AnyTagClassName
{
color: #F1ADD2;
}
</style>
background-color css
<style>
a { background-color: #F1ADD2; }
a { background-color: rgb(241,173,210); }
div.DivClassName
{
background-color: #F1ADD2;
}
.BgClassName
{
background-color: #F1ADD2;
}
</style>
border-color css
<style>
span { border-color: #F1ADD2; }
span { border-color: rgb(241,173,210); }
td.TdClassName
{
border-color: #F1ADD2;
}
.TagClassName
{
border-color: #F1ADD2;
}
</style>