Shades of Lavender Pink #F2ABCE
Tints of Lavender Pink #F2ABCE
RGB
CMYK
RGB Variations
Color information
#F2ABCE (or 0xF2ABCE) is known color: Lavender Pink. HEX triplet: F2, AB and CE. RGB value is (242,171,206). Sum of RGB (Red+Green+Blue) = 242+171+206=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABCE is #0D5431. Grayscale: #C4C4C4. Windows color (decimal): -873522 or 13544434. OLE color: 13544434.
HSL color Cylindrical-coordinate representation of color #F2ABCE: hue angle of 330.42º degrees, saturation: 0.73, 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 #F2ABCE is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 206 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.05 |
| HSL | 330.42º | 0.73% | 0.81% | - |
| HSV(B) | 330.42º | 0.29% | 0.95% | - |
| XYZ | 62.32 | 52.46 | 65.23 | - |
| YUV | 196.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 206 | 0 | 0.29 | 0.15 | 0.05 | 330.42 | 0.73 | 0.81 |
| Hex | F2 | AB | CE | 0 | 1D | F | 5 | 14A | 49 | 51 |
| Octal | 362 | 253 | 316 | 0 | 35 | 17 | 5 | 512 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11001110 | 0 | 11101 | 1111 | 101 | 101001010 | 1001001 | 1010001 |
Color Harmonies of #F2ABCE
Complementary color
Monochromatic Colors of #F2ABCE
Black with #F2ABCE
Text Example
Text Example
White with #F2ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABCE; }
p { color: rgb(242,171,206); }
H1.HeaderClassName
{
color: #F2ABCE;
}
.AnyTagClassName
{
color: #F2ABCE;
}
</style>
background-color css
<style>
a { background-color: #F2ABCE; }
a { background-color: rgb(242,171,206); }
div.DivClassName
{
background-color: #F2ABCE;
}
.BgClassName
{
background-color: #F2ABCE;
}
</style>
border-color css
<style>
span { border-color: #F2ABCE; }
span { border-color: rgb(242,171,206); }
td.TdClassName
{
border-color: #F2ABCE;
}
.TagClassName
{
border-color: #F2ABCE;
}
</style>