Shades of Lavender Pink #F1AACA
Tints of Lavender Pink #F1AACA
RGB
CMYK
RGB Variations
Color information
#F1AACA (or 0xF1AACA) is known color: Lavender Pink. HEX triplet: F1, AA and CA. RGB value is (241,170,202). Sum of RGB (Red+Green+Blue) = 241+170+202=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AACA is #0E5535. Grayscale: #C2C2C2. Windows color (decimal): -939318 or 13282033. OLE color: 13282033.
HSL color Cylindrical-coordinate representation of color #F1AACA: hue angle of 332.96º 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 #F1AACA is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 202 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.05 |
| HSL | 332.96º | 0.72% | 0.81% | - |
| HSV(B) | 332.96º | 0.29% | 0.95% | - |
| XYZ | 61.31 | 51.71 | 62.63 | - |
| YUV | 194.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 202 | 0 | 0.29 | 0.16 | 0.05 | 332.96 | 0.72 | 0.81 |
| Hex | F1 | AA | CA | 0 | 1D | 10 | 5 | 14D | 48 | 51 |
| Octal | 361 | 252 | 312 | 0 | 35 | 20 | 5 | 515 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11001010 | 0 | 11101 | 10000 | 101 | 101001101 | 1001000 | 1010001 |
Color Harmonies of #F1AACA
Complementary color
Monochromatic Colors of #F1AACA
Black with #F1AACA
Text Example
Text Example
White with #F1AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AACA; }
p { color: rgb(241,170,202); }
H1.HeaderClassName
{
color: #F1AACA;
}
.AnyTagClassName
{
color: #F1AACA;
}
</style>
background-color css
<style>
a { background-color: #F1AACA; }
a { background-color: rgb(241,170,202); }
div.DivClassName
{
background-color: #F1AACA;
}
.BgClassName
{
background-color: #F1AACA;
}
</style>
border-color css
<style>
span { border-color: #F1AACA; }
span { border-color: rgb(241,170,202); }
td.TdClassName
{
border-color: #F1AACA;
}
.TagClassName
{
border-color: #F1AACA;
}
</style>