Shades of Mandys Pink #FCBAA0
Tints of Mandys Pink #FCBAA0
RGB
CMYK
RGB Variations
Color information
#FCBAA0 (or 0xFCBAA0) is known color: Mandys Pink. HEX triplet: FC, BA and A0. RGB value is (252,186,160). Sum of RGB (Red+Green+Blue) = 252+186+160=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAA0 is #03455F. Grayscale: #CACACA. Windows color (decimal): -214368 or 10533628. OLE color: 10533628.
HSL color Cylindrical-coordinate representation of color #FCBAA0: hue angle of 16.96º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCBAA0 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 160 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.01 |
| HSL | 16.96º | 0.94% | 0.81% | - |
| HSV(B) | 16.96º | 0.37% | 0.99% | - |
| XYZ | 64.05 | 58.35 | 41.14 | - |
| YUV | 202.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 160 | 0 | 0.26 | 0.37 | 0.01 | 16.96 | 0.94 | 0.81 |
| Hex | FC | BA | A0 | 0 | 1A | 25 | 1 | 11 | 5E | 51 |
| Octal | 374 | 272 | 240 | 0 | 32 | 45 | 1 | 21 | 136 | 121 |
| Binary | 11111100 | 10111010 | 10100000 | 0 | 11010 | 100101 | 1 | 10001 | 1011110 | 1010001 |
Color Harmonies of #FCBAA0
Complementary color
Monochromatic Colors of #FCBAA0
Black with #FCBAA0
Text Example
Text Example
White with #FCBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAA0; }
p { color: rgb(252,186,160); }
H1.HeaderClassName
{
color: #FCBAA0;
}
.AnyTagClassName
{
color: #FCBAA0;
}
</style>
background-color css
<style>
a { background-color: #FCBAA0; }
a { background-color: rgb(252,186,160); }
div.DivClassName
{
background-color: #FCBAA0;
}
.BgClassName
{
background-color: #FCBAA0;
}
</style>
border-color css
<style>
span { border-color: #FCBAA0; }
span { border-color: rgb(252,186,160); }
td.TdClassName
{
border-color: #FCBAA0;
}
.TagClassName
{
border-color: #FCBAA0;
}
</style>