Shades of Lavender Pink #F4ABCE
Tints of Lavender Pink #F4ABCE
RGB
CMYK
RGB Variations
Color information
#F4ABCE (or 0xF4ABCE) is known color: Lavender Pink. HEX triplet: F4, AB and CE. RGB value is (244,171,206). Sum of RGB (Red+Green+Blue) = 244+171+206=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABCE is #0B5431. Grayscale: #C4C4C4. Windows color (decimal): -742450 or 13544436. OLE color: 13544436.
HSL color Cylindrical-coordinate representation of color #F4ABCE: hue angle of 331.23º 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 #F4ABCE is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 206 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.04 |
| HSL | 331.23º | 0.77% | 0.81% | - |
| HSV(B) | 331.23º | 0.3% | 0.96% | - |
| XYZ | 63.01 | 52.82 | 65.27 | - |
| YUV | 196.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 206 | 0 | 0.30 | 0.16 | 0.04 | 331.23 | 0.77 | 0.81 |
| Hex | F4 | AB | CE | 0 | 1E | 10 | 4 | 14B | 4D | 51 |
| Octal | 364 | 253 | 316 | 0 | 36 | 20 | 4 | 513 | 115 | 121 |
| Binary | 11110100 | 10101011 | 11001110 | 0 | 11110 | 10000 | 100 | 101001011 | 1001101 | 1010001 |
Color Harmonies of #F4ABCE
Complementary color
Monochromatic Colors of #F4ABCE
Black with #F4ABCE
Text Example
Text Example
White with #F4ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABCE; }
p { color: rgb(244,171,206); }
H1.HeaderClassName
{
color: #F4ABCE;
}
.AnyTagClassName
{
color: #F4ABCE;
}
</style>
background-color css
<style>
a { background-color: #F4ABCE; }
a { background-color: rgb(244,171,206); }
div.DivClassName
{
background-color: #F4ABCE;
}
.BgClassName
{
background-color: #F4ABCE;
}
</style>
border-color css
<style>
span { border-color: #F4ABCE; }
span { border-color: rgb(244,171,206); }
td.TdClassName
{
border-color: #F4ABCE;
}
.TagClassName
{
border-color: #F4ABCE;
}
</style>