Shades of Lavender Pink #F1AACB
Tints of Lavender Pink #F1AACB
RGB
CMYK
RGB Variations
Color information
#F1AACB (or 0xF1AACB) is known color: Lavender Pink. HEX triplet: F1, AA and CB. RGB value is (241,170,203). Sum of RGB (Red+Green+Blue) = 241+170+203=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AACB is #0E5534. Grayscale: #C2C2C2. Windows color (decimal): -939317 or 13347569. OLE color: 13347569.
HSL color Cylindrical-coordinate representation of color #F1AACB: hue angle of 332.11º 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 #F1AACB is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 203 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.05 |
| HSL | 332.11º | 0.72% | 0.81% | - |
| HSV(B) | 332.11º | 0.29% | 0.95% | - |
| XYZ | 61.43 | 51.76 | 63.25 | - |
| YUV | 194.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 203 | 0 | 0.29 | 0.16 | 0.05 | 332.11 | 0.72 | 0.81 |
| Hex | F1 | AA | CB | 0 | 1D | 10 | 5 | 14C | 48 | 51 |
| Octal | 361 | 252 | 313 | 0 | 35 | 20 | 5 | 514 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11001011 | 0 | 11101 | 10000 | 101 | 101001100 | 1001000 | 1010001 |
Color Harmonies of #F1AACB
Complementary color
Monochromatic Colors of #F1AACB
Black with #F1AACB
Text Example
Text Example
White with #F1AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AACB; }
p { color: rgb(241,170,203); }
H1.HeaderClassName
{
color: #F1AACB;
}
.AnyTagClassName
{
color: #F1AACB;
}
</style>
background-color css
<style>
a { background-color: #F1AACB; }
a { background-color: rgb(241,170,203); }
div.DivClassName
{
background-color: #F1AACB;
}
.BgClassName
{
background-color: #F1AACB;
}
</style>
border-color css
<style>
span { border-color: #F1AACB; }
span { border-color: rgb(241,170,203); }
td.TdClassName
{
border-color: #F1AACB;
}
.TagClassName
{
border-color: #F1AACB;
}
</style>