Shades of Lavender Pink #F4ABCF
Tints of Lavender Pink #F4ABCF
RGB
CMYK
RGB Variations
Color information
#F4ABCF (or 0xF4ABCF) is known color: Lavender Pink. HEX triplet: F4, AB and CF. RGB value is (244,171,207). Sum of RGB (Red+Green+Blue) = 244+171+207=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABCF is #0B5430. Grayscale: #C4C4C4. Windows color (decimal): -742449 or 13609972. OLE color: 13609972.
HSL color Cylindrical-coordinate representation of color #F4ABCF: hue angle of 330.41º 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 #F4ABCF is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 207 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.04 |
| HSL | 330.41º | 0.77% | 0.81% | - |
| HSV(B) | 330.41º | 0.3% | 0.96% | - |
| XYZ | 63.13 | 52.86 | 65.91 | - |
| YUV | 196.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 207 | 0 | 0.30 | 0.15 | 0.04 | 330.41 | 0.77 | 0.81 |
| Hex | F4 | AB | CF | 0 | 1E | F | 4 | 14A | 4D | 51 |
| Octal | 364 | 253 | 317 | 0 | 36 | 17 | 4 | 512 | 115 | 121 |
| Binary | 11110100 | 10101011 | 11001111 | 0 | 11110 | 1111 | 100 | 101001010 | 1001101 | 1010001 |
Color Harmonies of #F4ABCF
Complementary color
Monochromatic Colors of #F4ABCF
Black with #F4ABCF
Text Example
Text Example
White with #F4ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABCF; }
p { color: rgb(244,171,207); }
H1.HeaderClassName
{
color: #F4ABCF;
}
.AnyTagClassName
{
color: #F4ABCF;
}
</style>
background-color css
<style>
a { background-color: #F4ABCF; }
a { background-color: rgb(244,171,207); }
div.DivClassName
{
background-color: #F4ABCF;
}
.BgClassName
{
background-color: #F4ABCF;
}
</style>
border-color css
<style>
span { border-color: #F4ABCF; }
span { border-color: rgb(244,171,207); }
td.TdClassName
{
border-color: #F4ABCF;
}
.TagClassName
{
border-color: #F4ABCF;
}
</style>