Shades of Lavender Pink #F1AAD0
Tints of Lavender Pink #F1AAD0
RGB
CMYK
RGB Variations
Color information
#F1AAD0 (or 0xF1AAD0) is known color: Lavender Pink. HEX triplet: F1, AA and D0. RGB value is (241,170,208). Sum of RGB (Red+Green+Blue) = 241+170+208=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAD0 is #0E552F. Grayscale: #C3C3C3. Windows color (decimal): -939312 or 13675249. OLE color: 13675249.
HSL color Cylindrical-coordinate representation of color #F1AAD0: hue angle of 327.89º 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 #F1AAD0 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 208 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.05 |
| HSL | 327.89º | 0.72% | 0.81% | - |
| HSV(B) | 327.89º | 0.29% | 0.95% | - |
| XYZ | 62.04 | 52 | 66.44 | - |
| YUV | 195.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 208 | 0 | 0.29 | 0.14 | 0.05 | 327.89 | 0.72 | 0.81 |
| Hex | F1 | AA | D0 | 0 | 1D | E | 5 | 148 | 48 | 51 |
| Octal | 361 | 252 | 320 | 0 | 35 | 16 | 5 | 510 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11010000 | 0 | 11101 | 1110 | 101 | 101001000 | 1001000 | 1010001 |
Color Harmonies of #F1AAD0
Complementary color
Monochromatic Colors of #F1AAD0
Black with #F1AAD0
Text Example
Text Example
White with #F1AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAD0; }
p { color: rgb(241,170,208); }
H1.HeaderClassName
{
color: #F1AAD0;
}
.AnyTagClassName
{
color: #F1AAD0;
}
</style>
background-color css
<style>
a { background-color: #F1AAD0; }
a { background-color: rgb(241,170,208); }
div.DivClassName
{
background-color: #F1AAD0;
}
.BgClassName
{
background-color: #F1AAD0;
}
</style>
border-color css
<style>
span { border-color: #F1AAD0; }
span { border-color: rgb(241,170,208); }
td.TdClassName
{
border-color: #F1AAD0;
}
.TagClassName
{
border-color: #F1AAD0;
}
</style>