Shades of Lavender Pink #F1ADD4
Tints of Lavender Pink #F1ADD4
RGB
CMYK
RGB Variations
Color information
#F1ADD4 (or 0xF1ADD4) is known color: Lavender Pink. HEX triplet: F1, AD and D4. RGB value is (241,173,212). Sum of RGB (Red+Green+Blue) = 241+173+212=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADD4 is #0E522B. Grayscale: #C5C5C5. Windows color (decimal): -938540 or 13938161. OLE color: 13938161.
HSL color Cylindrical-coordinate representation of color #F1ADD4: hue angle of 325.59º 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 #F1ADD4 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 212 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.05 |
| HSL | 325.59º | 0.71% | 0.81% | - |
| HSV(B) | 325.59º | 0.28% | 0.95% | - |
| XYZ | 63.1 | 53.34 | 69.26 | - |
| YUV | 197.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 212 | 0 | 0.28 | 0.12 | 0.05 | 325.59 | 0.71 | 0.81 |
| Hex | F1 | AD | D4 | 0 | 1C | C | 5 | 146 | 47 | 51 |
| Octal | 361 | 255 | 324 | 0 | 34 | 14 | 5 | 506 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11010100 | 0 | 11100 | 1100 | 101 | 101000110 | 1000111 | 1010001 |
Color Harmonies of #F1ADD4
Complementary color
Monochromatic Colors of #F1ADD4
Black with #F1ADD4
Text Example
Text Example
White with #F1ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADD4; }
p { color: rgb(241,173,212); }
H1.HeaderClassName
{
color: #F1ADD4;
}
.AnyTagClassName
{
color: #F1ADD4;
}
</style>
background-color css
<style>
a { background-color: #F1ADD4; }
a { background-color: rgb(241,173,212); }
div.DivClassName
{
background-color: #F1ADD4;
}
.BgClassName
{
background-color: #F1ADD4;
}
</style>
border-color css
<style>
span { border-color: #F1ADD4; }
span { border-color: rgb(241,173,212); }
td.TdClassName
{
border-color: #F1ADD4;
}
.TagClassName
{
border-color: #F1ADD4;
}
</style>