Shades of Mandys Pink #FCBA9B
Tints of Mandys Pink #FCBA9B
RGB
CMYK
RGB Variations
Color information
#FCBA9B (or 0xFCBA9B) is known color: Mandys Pink. HEX triplet: FC, BA and 9B. RGB value is (252,186,155). Sum of RGB (Red+Green+Blue) = 252+186+155=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA9B is #034564. Grayscale: #CACACA. Windows color (decimal): -214373 or 10205948. OLE color: 10205948.
HSL color Cylindrical-coordinate representation of color #FCBA9B: hue angle of 19.18º 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 #FCBA9B is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 155 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.01 |
| HSL | 19.18º | 0.94% | 0.8% | - |
| HSV(B) | 19.18º | 0.38% | 0.99% | - |
| XYZ | 63.62 | 58.18 | 38.89 | - |
| YUV | 202.2 | 101.37 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 155 | 0 | 0.26 | 0.38 | 0.01 | 19.18 | 0.94 | 0.8 |
| Hex | FC | BA | 9B | 0 | 1A | 26 | 1 | 13 | 5E | 50 |
| Octal | 374 | 272 | 233 | 0 | 32 | 46 | 1 | 23 | 136 | 120 |
| Binary | 11111100 | 10111010 | 10011011 | 0 | 11010 | 100110 | 1 | 10011 | 1011110 | 1010000 |
Color Harmonies of #FCBA9B
Complementary color
Monochromatic Colors of #FCBA9B
Black with #FCBA9B
Text Example
Text Example
White with #FCBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA9B; }
p { color: rgb(252,186,155); }
H1.HeaderClassName
{
color: #FCBA9B;
}
.AnyTagClassName
{
color: #FCBA9B;
}
</style>
background-color css
<style>
a { background-color: #FCBA9B; }
a { background-color: rgb(252,186,155); }
div.DivClassName
{
background-color: #FCBA9B;
}
.BgClassName
{
background-color: #FCBA9B;
}
</style>
border-color css
<style>
span { border-color: #FCBA9B; }
span { border-color: rgb(252,186,155); }
td.TdClassName
{
border-color: #FCBA9B;
}
.TagClassName
{
border-color: #FCBA9B;
}
</style>