Shades of Mandys Pink #FCBA9D
Tints of Mandys Pink #FCBA9D
RGB
CMYK
RGB Variations
Color information
#FCBA9D (or 0xFCBA9D) is known color: Mandys Pink. HEX triplet: FC, BA and 9D. RGB value is (252,186,157). Sum of RGB (Red+Green+Blue) = 252+186+157=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA9D is #034562. Grayscale: #CACACA. Windows color (decimal): -214371 or 10337020. OLE color: 10337020.
HSL color Cylindrical-coordinate representation of color #FCBA9D: hue angle of 18.32º 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 #FCBA9D is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 157 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.01 |
| HSL | 18.32º | 0.94% | 0.8% | - |
| HSV(B) | 18.32º | 0.38% | 0.99% | - |
| XYZ | 63.79 | 58.25 | 39.78 | - |
| YUV | 202.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 157 | 0 | 0.26 | 0.38 | 0.01 | 18.32 | 0.94 | 0.8 |
| Hex | FC | BA | 9D | 0 | 1A | 26 | 1 | 12 | 5E | 50 |
| Octal | 374 | 272 | 235 | 0 | 32 | 46 | 1 | 22 | 136 | 120 |
| Binary | 11111100 | 10111010 | 10011101 | 0 | 11010 | 100110 | 1 | 10010 | 1011110 | 1010000 |
Color Harmonies of #FCBA9D
Complementary color
Monochromatic Colors of #FCBA9D
Black with #FCBA9D
Text Example
Text Example
White with #FCBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA9D; }
p { color: rgb(252,186,157); }
H1.HeaderClassName
{
color: #FCBA9D;
}
.AnyTagClassName
{
color: #FCBA9D;
}
</style>
background-color css
<style>
a { background-color: #FCBA9D; }
a { background-color: rgb(252,186,157); }
div.DivClassName
{
background-color: #FCBA9D;
}
.BgClassName
{
background-color: #FCBA9D;
}
</style>
border-color css
<style>
span { border-color: #FCBA9D; }
span { border-color: rgb(252,186,157); }
td.TdClassName
{
border-color: #FCBA9D;
}
.TagClassName
{
border-color: #FCBA9D;
}
</style>