Shades of Mandys Pink #FABAA1
Tints of Mandys Pink #FABAA1
RGB
CMYK
RGB Variations
Color information
#FABAA1 (or 0xFABAA1) is known color: Mandys Pink. HEX triplet: FA, BA and A1. RGB value is (250,186,161). Sum of RGB (Red+Green+Blue) = 250+186+161=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAA1 is #05455E. Grayscale: #CACACA. Windows color (decimal): -345439 or 10599162. OLE color: 10599162.
HSL color Cylindrical-coordinate representation of color #FABAA1: hue angle of 16.85º 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 #FABAA1 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 161 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.02 |
| HSL | 16.85º | 0.9% | 0.81% | - |
| HSV(B) | 16.85º | 0.36% | 0.98% | - |
| XYZ | 63.42 | 58.02 | 41.57 | - |
| YUV | 202.29 | 104.7 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 161 | 0 | 0.26 | 0.36 | 0.02 | 16.85 | 0.9 | 0.81 |
| Hex | FA | BA | A1 | 0 | 1A | 24 | 2 | 11 | 5A | 51 |
| Octal | 372 | 272 | 241 | 0 | 32 | 44 | 2 | 21 | 132 | 121 |
| Binary | 11111010 | 10111010 | 10100001 | 0 | 11010 | 100100 | 10 | 10001 | 1011010 | 1010001 |
Color Harmonies of #FABAA1
Complementary color
Monochromatic Colors of #FABAA1
Black with #FABAA1
Text Example
Text Example
White with #FABAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAA1; }
p { color: rgb(250,186,161); }
H1.HeaderClassName
{
color: #FABAA1;
}
.AnyTagClassName
{
color: #FABAA1;
}
</style>
background-color css
<style>
a { background-color: #FABAA1; }
a { background-color: rgb(250,186,161); }
div.DivClassName
{
background-color: #FABAA1;
}
.BgClassName
{
background-color: #FABAA1;
}
</style>
border-color css
<style>
span { border-color: #FABAA1; }
span { border-color: rgb(250,186,161); }
td.TdClassName
{
border-color: #FABAA1;
}
.TagClassName
{
border-color: #FABAA1;
}
</style>