Shades of Lavender Pink #F1AACC
Tints of Lavender Pink #F1AACC
RGB
CMYK
RGB Variations
Color information
#F1AACC (or 0xF1AACC) is known color: Lavender Pink. HEX triplet: F1, AA and CC. RGB value is (241,170,204). Sum of RGB (Red+Green+Blue) = 241+170+204=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AACC is #0E5533. Grayscale: #C3C3C3. Windows color (decimal): -939316 or 13413105. OLE color: 13413105.
HSL color Cylindrical-coordinate representation of color #F1AACC: hue angle of 331.27º 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 #F1AACC is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 204 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.05 |
| HSL | 331.27º | 0.72% | 0.81% | - |
| HSV(B) | 331.27º | 0.29% | 0.95% | - |
| XYZ | 61.55 | 51.81 | 63.88 | - |
| YUV | 195.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 204 | 0 | 0.29 | 0.15 | 0.05 | 331.27 | 0.72 | 0.81 |
| Hex | F1 | AA | CC | 0 | 1D | F | 5 | 14B | 48 | 51 |
| Octal | 361 | 252 | 314 | 0 | 35 | 17 | 5 | 513 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11001100 | 0 | 11101 | 1111 | 101 | 101001011 | 1001000 | 1010001 |
Color Harmonies of #F1AACC
Complementary color
Monochromatic Colors of #F1AACC
Black with #F1AACC
Text Example
Text Example
White with #F1AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AACC; }
p { color: rgb(241,170,204); }
H1.HeaderClassName
{
color: #F1AACC;
}
.AnyTagClassName
{
color: #F1AACC;
}
</style>
background-color css
<style>
a { background-color: #F1AACC; }
a { background-color: rgb(241,170,204); }
div.DivClassName
{
background-color: #F1AACC;
}
.BgClassName
{
background-color: #F1AACC;
}
</style>
border-color css
<style>
span { border-color: #F1AACC; }
span { border-color: rgb(241,170,204); }
td.TdClassName
{
border-color: #F1AACC;
}
.TagClassName
{
border-color: #F1AACC;
}
</style>