Shades of Mandys Pink #FAB5A0
Tints of Mandys Pink #FAB5A0
RGB
CMYK
RGB Variations
Color information
#FAB5A0 (or 0xFAB5A0) is known color: Mandys Pink. HEX triplet: FA, B5 and A0. RGB value is (250,181,160). Sum of RGB (Red+Green+Blue) = 250+181+160=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5A0 is #054A5F. Grayscale: #C7C7C7. Windows color (decimal): -346720 or 10532346. OLE color: 10532346.
HSL color Cylindrical-coordinate representation of color #FAB5A0: hue angle of 14º 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 #FAB5A0 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 160 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.02 |
| HSL | 14º | 0.9% | 0.8% | - |
| HSV(B) | 14º | 0.36% | 0.98% | - |
| XYZ | 62.29 | 55.91 | 40.77 | - |
| YUV | 199.24 | 105.86 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 160 | 0 | 0.28 | 0.36 | 0.02 | 14 | 0.9 | 0.8 |
| Hex | FA | B5 | A0 | 0 | 1C | 24 | 2 | E | 5A | 50 |
| Octal | 372 | 265 | 240 | 0 | 34 | 44 | 2 | 16 | 132 | 120 |
| Binary | 11111010 | 10110101 | 10100000 | 0 | 11100 | 100100 | 10 | 1110 | 1011010 | 1010000 |
Color Harmonies of #FAB5A0
Complementary color
Monochromatic Colors of #FAB5A0
Black with #FAB5A0
Text Example
Text Example
White with #FAB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5A0; }
p { color: rgb(250,181,160); }
H1.HeaderClassName
{
color: #FAB5A0;
}
.AnyTagClassName
{
color: #FAB5A0;
}
</style>
background-color css
<style>
a { background-color: #FAB5A0; }
a { background-color: rgb(250,181,160); }
div.DivClassName
{
background-color: #FAB5A0;
}
.BgClassName
{
background-color: #FAB5A0;
}
</style>
border-color css
<style>
span { border-color: #FAB5A0; }
span { border-color: rgb(250,181,160); }
td.TdClassName
{
border-color: #FAB5A0;
}
.TagClassName
{
border-color: #FAB5A0;
}
</style>