Shades of Mandys Pink #FAB5A1
Tints of Mandys Pink #FAB5A1
RGB
CMYK
RGB Variations
Color information
#FAB5A1 (or 0xFAB5A1) is known color: Mandys Pink. HEX triplet: FA, B5 and A1. RGB value is (250,181,161). Sum of RGB (Red+Green+Blue) = 250+181+161=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 161 (63.28% from 255 or 27.20% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5A1 is #054A5E. Grayscale: #C7C7C7. Windows color (decimal): -346719 or 10597882. OLE color: 10597882.
HSL color Cylindrical-coordinate representation of color #FAB5A1: hue angle of 13.48º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAB5A1 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 161 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.02 |
| HSL | 13.48º | 0.9% | 0.81% | - |
| HSV(B) | 13.48º | 0.36% | 0.98% | - |
| XYZ | 62.38 | 55.94 | 41.23 | - |
| YUV | 199.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 161 | 0 | 0.28 | 0.36 | 0.02 | 13.48 | 0.9 | 0.81 |
| Hex | FA | B5 | A1 | 0 | 1C | 24 | 2 | D | 5A | 51 |
| Octal | 372 | 265 | 241 | 0 | 34 | 44 | 2 | 15 | 132 | 121 |
| Binary | 11111010 | 10110101 | 10100001 | 0 | 11100 | 100100 | 10 | 1101 | 1011010 | 1010001 |
Color Harmonies of #FAB5A1
Complementary color
Monochromatic Colors of #FAB5A1
Black with #FAB5A1
Text Example
Text Example
White with #FAB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5A1; }
p { color: rgb(250,181,161); }
H1.HeaderClassName
{
color: #FAB5A1;
}
.AnyTagClassName
{
color: #FAB5A1;
}
</style>
background-color css
<style>
a { background-color: #FAB5A1; }
a { background-color: rgb(250,181,161); }
div.DivClassName
{
background-color: #FAB5A1;
}
.BgClassName
{
background-color: #FAB5A1;
}
</style>
border-color css
<style>
span { border-color: #FAB5A1; }
span { border-color: rgb(250,181,161); }
td.TdClassName
{
border-color: #FAB5A1;
}
.TagClassName
{
border-color: #FAB5A1;
}
</style>