Shades of Mandys Pink #F0AB90
Tints of Mandys Pink #F0AB90
RGB
CMYK
RGB Variations
Color information
#F0AB90 (or 0xF0AB90) is known color: Mandys Pink. HEX triplet: F0, AB and 90. RGB value is (240,171,144). Sum of RGB (Red+Green+Blue) = 240+171+144=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AB90 is #0F546F. Grayscale: #BCBCBC. Windows color (decimal): -1004656 or 9481200. OLE color: 9481200.
HSL color Cylindrical-coordinate representation of color #F0AB90: hue angle of 16.88º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0AB90 is Cyan = 0, Magento = 0.29, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 144 | - |
| CMYK | 0 | 0.29 | 0.4 | 0.06 |
| HSL | 16.88º | 0.76% | 0.75% | - |
| HSV(B) | 16.88º | 0.4% | 0.94% | - |
| XYZ | 55.53 | 49.66 | 33.04 | - |
| YUV | 188.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 144 | 0 | 0.29 | 0.4 | 0.06 | 16.88 | 0.76 | 0.75 |
| Hex | F0 | AB | 90 | 0 | 1D | 28 | 6 | 11 | 4C | 4B |
| Octal | 360 | 253 | 220 | 0 | 35 | 50 | 6 | 21 | 114 | 113 |
| Binary | 11110000 | 10101011 | 10010000 | 0 | 11101 | 101000 | 110 | 10001 | 1001100 | 1001011 |
Color Harmonies of #F0AB90
Complementary color
Monochromatic Colors of #F0AB90
Black with #F0AB90
Text Example
Text Example
White with #F0AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB90; }
p { color: rgb(240,171,144); }
H1.HeaderClassName
{
color: #F0AB90;
}
.AnyTagClassName
{
color: #F0AB90;
}
</style>
background-color css
<style>
a { background-color: #F0AB90; }
a { background-color: rgb(240,171,144); }
div.DivClassName
{
background-color: #F0AB90;
}
.BgClassName
{
background-color: #F0AB90;
}
</style>
border-color css
<style>
span { border-color: #F0AB90; }
span { border-color: rgb(240,171,144); }
td.TdClassName
{
border-color: #F0AB90;
}
.TagClassName
{
border-color: #F0AB90;
}
</style>