Shades of Mandys Pink #FAB9A0
Tints of Mandys Pink #FAB9A0
RGB
CMYK
RGB Variations
Color information
#FAB9A0 (or 0xFAB9A0) is known color: Mandys Pink. HEX triplet: FA, B9 and A0. RGB value is (250,185,160). Sum of RGB (Red+Green+Blue) = 250+185+160=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9A0 is #05465F. Grayscale: #C9C9C9. Windows color (decimal): -345696 or 10533370. OLE color: 10533370.
HSL color Cylindrical-coordinate representation of color #FAB9A0: hue angle of 16.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAB9A0 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 160 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.02 |
| HSL | 16.67º | 0.9% | 0.8% | - |
| HSV(B) | 16.67º | 0.36% | 0.98% | - |
| XYZ | 63.12 | 57.56 | 41.04 | - |
| YUV | 201.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 160 | 0 | 0.26 | 0.36 | 0.02 | 16.67 | 0.9 | 0.8 |
| Hex | FA | B9 | A0 | 0 | 1A | 24 | 2 | 11 | 5A | 50 |
| Octal | 372 | 271 | 240 | 0 | 32 | 44 | 2 | 21 | 132 | 120 |
| Binary | 11111010 | 10111001 | 10100000 | 0 | 11010 | 100100 | 10 | 10001 | 1011010 | 1010000 |
Color Harmonies of #FAB9A0
Complementary color
Monochromatic Colors of #FAB9A0
Black with #FAB9A0
Text Example
Text Example
White with #FAB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9A0; }
p { color: rgb(250,185,160); }
H1.HeaderClassName
{
color: #FAB9A0;
}
.AnyTagClassName
{
color: #FAB9A0;
}
</style>
background-color css
<style>
a { background-color: #FAB9A0; }
a { background-color: rgb(250,185,160); }
div.DivClassName
{
background-color: #FAB9A0;
}
.BgClassName
{
background-color: #FAB9A0;
}
</style>
border-color css
<style>
span { border-color: #FAB9A0; }
span { border-color: rgb(250,185,160); }
td.TdClassName
{
border-color: #FAB9A0;
}
.TagClassName
{
border-color: #FAB9A0;
}
</style>