Shades of Lavender Pink #F1AAD6
Tints of Lavender Pink #F1AAD6
RGB
CMYK
RGB Variations
Color information
#F1AAD6 (or 0xF1AAD6) is known color: Lavender Pink. HEX triplet: F1, AA and D6. RGB value is (241,170,214). Sum of RGB (Red+Green+Blue) = 241+170+214=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAD6 is #0E5529. Grayscale: #C4C4C4. Windows color (decimal): -939306 or 14068465. OLE color: 14068465.
HSL color Cylindrical-coordinate representation of color #F1AAD6: hue angle of 322.82º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAD6 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 214 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.05 |
| HSL | 322.82º | 0.72% | 0.81% | - |
| HSV(B) | 322.82º | 0.29% | 0.95% | - |
| XYZ | 62.79 | 52.31 | 70.4 | - |
| YUV | 196.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 214 | 0 | 0.29 | 0.11 | 0.05 | 322.82 | 0.72 | 0.81 |
| Hex | F1 | AA | D6 | 0 | 1D | B | 5 | 143 | 48 | 51 |
| Octal | 361 | 252 | 326 | 0 | 35 | 13 | 5 | 503 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11010110 | 0 | 11101 | 1011 | 101 | 101000011 | 1001000 | 1010001 |
Color Harmonies of #F1AAD6
Complementary color
Monochromatic Colors of #F1AAD6
Black with #F1AAD6
Text Example
Text Example
White with #F1AAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAD6; }
p { color: rgb(241,170,214); }
H1.HeaderClassName
{
color: #F1AAD6;
}
.AnyTagClassName
{
color: #F1AAD6;
}
</style>
background-color css
<style>
a { background-color: #F1AAD6; }
a { background-color: rgb(241,170,214); }
div.DivClassName
{
background-color: #F1AAD6;
}
.BgClassName
{
background-color: #F1AAD6;
}
</style>
border-color css
<style>
span { border-color: #F1AAD6; }
span { border-color: rgb(241,170,214); }
td.TdClassName
{
border-color: #F1AAD6;
}
.TagClassName
{
border-color: #F1AAD6;
}
</style>