Shades of Lavender Pink #F4ABCB
Tints of Lavender Pink #F4ABCB
RGB
CMYK
RGB Variations
Color information
#F4ABCB (or 0xF4ABCB) is known color: Lavender Pink. HEX triplet: F4, AB and CB. RGB value is (244,171,203). Sum of RGB (Red+Green+Blue) = 244+171+203=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABCB is #0B5434. Grayscale: #C4C4C4. Windows color (decimal): -742453 or 13347828. OLE color: 13347828.
HSL color Cylindrical-coordinate representation of color #F4ABCB: hue angle of 333.7º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ABCB is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 203 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.04 |
| HSL | 333.7º | 0.77% | 0.81% | - |
| HSV(B) | 333.7º | 0.3% | 0.96% | - |
| XYZ | 62.65 | 52.67 | 63.36 | - |
| YUV | 196.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 203 | 0 | 0.30 | 0.17 | 0.04 | 333.7 | 0.77 | 0.81 |
| Hex | F4 | AB | CB | 0 | 1E | 11 | 4 | 14E | 4D | 51 |
| Octal | 364 | 253 | 313 | 0 | 36 | 21 | 4 | 516 | 115 | 121 |
| Binary | 11110100 | 10101011 | 11001011 | 0 | 11110 | 10001 | 100 | 101001110 | 1001101 | 1010001 |
Color Harmonies of #F4ABCB
Complementary color
Monochromatic Colors of #F4ABCB
Black with #F4ABCB
Text Example
Text Example
White with #F4ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABCB; }
p { color: rgb(244,171,203); }
H1.HeaderClassName
{
color: #F4ABCB;
}
.AnyTagClassName
{
color: #F4ABCB;
}
</style>
background-color css
<style>
a { background-color: #F4ABCB; }
a { background-color: rgb(244,171,203); }
div.DivClassName
{
background-color: #F4ABCB;
}
.BgClassName
{
background-color: #F4ABCB;
}
</style>
border-color css
<style>
span { border-color: #F4ABCB; }
span { border-color: rgb(244,171,203); }
td.TdClassName
{
border-color: #F4ABCB;
}
.TagClassName
{
border-color: #F4ABCB;
}
</style>