Shades of Lavender Pink #F2ABCB
Tints of Lavender Pink #F2ABCB
RGB
CMYK
RGB Variations
Color information
#F2ABCB (or 0xF2ABCB) is known color: Lavender Pink. HEX triplet: F2, AB and CB. RGB value is (242,171,203). Sum of RGB (Red+Green+Blue) = 242+171+203=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABCB is #0D5434. Grayscale: #C3C3C3. Windows color (decimal): -873525 or 13347826. OLE color: 13347826.
HSL color Cylindrical-coordinate representation of color #F2ABCB: hue angle of 332.96º 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 #F2ABCB is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 203 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.05 |
| HSL | 332.96º | 0.73% | 0.81% | - |
| HSV(B) | 332.96º | 0.29% | 0.95% | - |
| XYZ | 61.96 | 52.31 | 63.33 | - |
| YUV | 195.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 203 | 0 | 0.29 | 0.16 | 0.05 | 332.96 | 0.73 | 0.81 |
| Hex | F2 | AB | CB | 0 | 1D | 10 | 5 | 14D | 49 | 51 |
| Octal | 362 | 253 | 313 | 0 | 35 | 20 | 5 | 515 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11001011 | 0 | 11101 | 10000 | 101 | 101001101 | 1001001 | 1010001 |
Color Harmonies of #F2ABCB
Complementary color
Monochromatic Colors of #F2ABCB
Black with #F2ABCB
Text Example
Text Example
White with #F2ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABCB; }
p { color: rgb(242,171,203); }
H1.HeaderClassName
{
color: #F2ABCB;
}
.AnyTagClassName
{
color: #F2ABCB;
}
</style>
background-color css
<style>
a { background-color: #F2ABCB; }
a { background-color: rgb(242,171,203); }
div.DivClassName
{
background-color: #F2ABCB;
}
.BgClassName
{
background-color: #F2ABCB;
}
</style>
border-color css
<style>
span { border-color: #F2ABCB; }
span { border-color: rgb(242,171,203); }
td.TdClassName
{
border-color: #F2ABCB;
}
.TagClassName
{
border-color: #F2ABCB;
}
</style>