Shades of Mandys Pink #FCBA9C
Tints of Mandys Pink #FCBA9C
RGB
CMYK
RGB Variations
Color information
#FCBA9C (or 0xFCBA9C) is known color: Mandys Pink. HEX triplet: FC, BA and 9C. RGB value is (252,186,156). Sum of RGB (Red+Green+Blue) = 252+186+156=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA9C is #034563. Grayscale: #CACACA. Windows color (decimal): -214372 or 10271484. OLE color: 10271484.
HSL color Cylindrical-coordinate representation of color #FCBA9C: hue angle of 18.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCBA9C is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 156 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.01 |
| HSL | 18.75º | 0.94% | 0.8% | - |
| HSV(B) | 18.75º | 0.38% | 0.99% | - |
| XYZ | 63.7 | 58.21 | 39.33 | - |
| YUV | 202.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 156 | 0 | 0.26 | 0.38 | 0.01 | 18.75 | 0.94 | 0.8 |
| Hex | FC | BA | 9C | 0 | 1A | 26 | 1 | 13 | 5E | 50 |
| Octal | 374 | 272 | 234 | 0 | 32 | 46 | 1 | 23 | 136 | 120 |
| Binary | 11111100 | 10111010 | 10011100 | 0 | 11010 | 100110 | 1 | 10011 | 1011110 | 1010000 |
Color Harmonies of #FCBA9C
Complementary color
Monochromatic Colors of #FCBA9C
Black with #FCBA9C
Text Example
Text Example
White with #FCBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA9C; }
p { color: rgb(252,186,156); }
H1.HeaderClassName
{
color: #FCBA9C;
}
.AnyTagClassName
{
color: #FCBA9C;
}
</style>
background-color css
<style>
a { background-color: #FCBA9C; }
a { background-color: rgb(252,186,156); }
div.DivClassName
{
background-color: #FCBA9C;
}
.BgClassName
{
background-color: #FCBA9C;
}
</style>
border-color css
<style>
span { border-color: #FCBA9C; }
span { border-color: rgb(252,186,156); }
td.TdClassName
{
border-color: #FCBA9C;
}
.TagClassName
{
border-color: #FCBA9C;
}
</style>