Shades of Lavender Pink #F0ABCB
Tints of Lavender Pink #F0ABCB
RGB
CMYK
RGB Variations
Color information
#F0ABCB (or 0xF0ABCB) is known color: Lavender Pink. HEX triplet: F0, AB and CB. RGB value is (240,171,203). Sum of RGB (Red+Green+Blue) = 240+171+203=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABCB is #0F5434. Grayscale: #C3C3C3. Windows color (decimal): -1004597 or 13347824. OLE color: 13347824.
HSL color Cylindrical-coordinate representation of color #F0ABCB: hue angle of 332.17º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ABCB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 203 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.06 |
| HSL | 332.17º | 0.7% | 0.81% | - |
| HSV(B) | 332.17º | 0.29% | 0.94% | - |
| XYZ | 61.28 | 51.96 | 63.3 | - |
| YUV | 195.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 203 | 0 | 0.29 | 0.15 | 0.06 | 332.17 | 0.7 | 0.81 |
| Hex | F0 | AB | CB | 0 | 1D | F | 6 | 14C | 46 | 51 |
| Octal | 360 | 253 | 313 | 0 | 35 | 17 | 6 | 514 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11001011 | 0 | 11101 | 1111 | 110 | 101001100 | 1000110 | 1010001 |
Color Harmonies of #F0ABCB
Complementary color
Monochromatic Colors of #F0ABCB
Black with #F0ABCB
Text Example
Text Example
White with #F0ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABCB; }
p { color: rgb(240,171,203); }
H1.HeaderClassName
{
color: #F0ABCB;
}
.AnyTagClassName
{
color: #F0ABCB;
}
</style>
background-color css
<style>
a { background-color: #F0ABCB; }
a { background-color: rgb(240,171,203); }
div.DivClassName
{
background-color: #F0ABCB;
}
.BgClassName
{
background-color: #F0ABCB;
}
</style>
border-color css
<style>
span { border-color: #F0ABCB; }
span { border-color: rgb(240,171,203); }
td.TdClassName
{
border-color: #F0ABCB;
}
.TagClassName
{
border-color: #F0ABCB;
}
</style>