Shades of Mandys Pink #FCBA9F
Tints of Mandys Pink #FCBA9F
RGB
CMYK
RGB Variations
Color information
#FCBA9F (or 0xFCBA9F) is known color: Mandys Pink. HEX triplet: FC, BA and 9F. RGB value is (252,186,159). Sum of RGB (Red+Green+Blue) = 252+186+159=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA9F is #034560. Grayscale: #CACACA. Windows color (decimal): -214369 or 10468092. OLE color: 10468092.
HSL color Cylindrical-coordinate representation of color #FCBA9F: hue angle of 17.42º 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 #FCBA9F is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 159 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.01 |
| HSL | 17.42º | 0.94% | 0.81% | - |
| HSV(B) | 17.42º | 0.37% | 0.99% | - |
| XYZ | 63.96 | 58.32 | 40.69 | - |
| YUV | 202.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 159 | 0 | 0.26 | 0.37 | 0.01 | 17.42 | 0.94 | 0.81 |
| Hex | FC | BA | 9F | 0 | 1A | 25 | 1 | 11 | 5E | 51 |
| Octal | 374 | 272 | 237 | 0 | 32 | 45 | 1 | 21 | 136 | 121 |
| Binary | 11111100 | 10111010 | 10011111 | 0 | 11010 | 100101 | 1 | 10001 | 1011110 | 1010001 |
Color Harmonies of #FCBA9F
Complementary color
Monochromatic Colors of #FCBA9F
Black with #FCBA9F
Text Example
Text Example
White with #FCBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA9F; }
p { color: rgb(252,186,159); }
H1.HeaderClassName
{
color: #FCBA9F;
}
.AnyTagClassName
{
color: #FCBA9F;
}
</style>
background-color css
<style>
a { background-color: #FCBA9F; }
a { background-color: rgb(252,186,159); }
div.DivClassName
{
background-color: #FCBA9F;
}
.BgClassName
{
background-color: #FCBA9F;
}
</style>
border-color css
<style>
span { border-color: #FCBA9F; }
span { border-color: rgb(252,186,159); }
td.TdClassName
{
border-color: #FCBA9F;
}
.TagClassName
{
border-color: #FCBA9F;
}
</style>