Shades of Mandys Pink #FCBA9A
Tints of Mandys Pink #FCBA9A
RGB
CMYK
RGB Variations
Color information
#FCBA9A (or 0xFCBA9A) is known color: Mandys Pink. HEX triplet: FC, BA and 9A. RGB value is (252,186,154). Sum of RGB (Red+Green+Blue) = 252+186+154=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA9A is #034565. Grayscale: #CACACA. Windows color (decimal): -214374 or 10140412. OLE color: 10140412.
HSL color Cylindrical-coordinate representation of color #FCBA9A: hue angle of 19.59º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCBA9A is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 154 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.01 |
| HSL | 19.59º | 0.94% | 0.8% | - |
| HSV(B) | 19.59º | 0.39% | 0.99% | - |
| XYZ | 63.54 | 58.15 | 38.45 | - |
| YUV | 202.09 | 100.87 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 154 | 0 | 0.26 | 0.39 | 0.01 | 19.59 | 0.94 | 0.8 |
| Hex | FC | BA | 9A | 0 | 1A | 27 | 1 | 14 | 5E | 50 |
| Octal | 374 | 272 | 232 | 0 | 32 | 47 | 1 | 24 | 136 | 120 |
| Binary | 11111100 | 10111010 | 10011010 | 0 | 11010 | 100111 | 1 | 10100 | 1011110 | 1010000 |
Color Harmonies of #FCBA9A
Complementary color
Monochromatic Colors of #FCBA9A
Black with #FCBA9A
Text Example
Text Example
White with #FCBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA9A; }
p { color: rgb(252,186,154); }
H1.HeaderClassName
{
color: #FCBA9A;
}
.AnyTagClassName
{
color: #FCBA9A;
}
</style>
background-color css
<style>
a { background-color: #FCBA9A; }
a { background-color: rgb(252,186,154); }
div.DivClassName
{
background-color: #FCBA9A;
}
.BgClassName
{
background-color: #FCBA9A;
}
</style>
border-color css
<style>
span { border-color: #FCBA9A; }
span { border-color: rgb(252,186,154); }
td.TdClassName
{
border-color: #FCBA9A;
}
.TagClassName
{
border-color: #FCBA9A;
}
</style>