Shades of Lavender Pink #F0ABC9
Tints of Lavender Pink #F0ABC9
RGB
CMYK
RGB Variations
Color information
#F0ABC9 (or 0xF0ABC9) is known color: Lavender Pink. HEX triplet: F0, AB and C9. RGB value is (240,171,201). Sum of RGB (Red+Green+Blue) = 240+171+201=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABC9 is #0F5436. Grayscale: #C3C3C3. Windows color (decimal): -1004599 or 13216752. OLE color: 13216752.
HSL color Cylindrical-coordinate representation of color #F0ABC9: hue angle of 333.91º 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 #F0ABC9 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 201 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.06 |
| HSL | 333.91º | 0.7% | 0.81% | - |
| HSV(B) | 333.91º | 0.29% | 0.94% | - |
| XYZ | 61.04 | 51.87 | 62.05 | - |
| YUV | 195.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 201 | 0 | 0.29 | 0.16 | 0.06 | 333.91 | 0.7 | 0.81 |
| Hex | F0 | AB | C9 | 0 | 1D | 10 | 6 | 14E | 46 | 51 |
| Octal | 360 | 253 | 311 | 0 | 35 | 20 | 6 | 516 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11001001 | 0 | 11101 | 10000 | 110 | 101001110 | 1000110 | 1010001 |
Color Harmonies of #F0ABC9
Complementary color
Monochromatic Colors of #F0ABC9
Black with #F0ABC9
Text Example
Text Example
White with #F0ABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABC9; }
p { color: rgb(240,171,201); }
H1.HeaderClassName
{
color: #F0ABC9;
}
.AnyTagClassName
{
color: #F0ABC9;
}
</style>
background-color css
<style>
a { background-color: #F0ABC9; }
a { background-color: rgb(240,171,201); }
div.DivClassName
{
background-color: #F0ABC9;
}
.BgClassName
{
background-color: #F0ABC9;
}
</style>
border-color css
<style>
span { border-color: #F0ABC9; }
span { border-color: rgb(240,171,201); }
td.TdClassName
{
border-color: #F0ABC9;
}
.TagClassName
{
border-color: #F0ABC9;
}
</style>