Shades of Mandys Pink #FCBA8D
Tints of Mandys Pink #FCBA8D
RGB
CMYK
RGB Variations
Color information
#FCBA8D (or 0xFCBA8D) is known color: Mandys Pink. HEX triplet: FC, BA and 8D. RGB value is (252,186,141). Sum of RGB (Red+Green+Blue) = 252+186+141=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA8D is #034572. Grayscale: #C8C8C8. Windows color (decimal): -214387 or 9288444. OLE color: 9288444.
HSL color Cylindrical-coordinate representation of color #FCBA8D: hue angle of 24.32º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCBA8D is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 141 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.01 |
| HSL | 24.32º | 0.95% | 0.77% | - |
| HSV(B) | 24.32º | 0.44% | 0.99% | - |
| XYZ | 62.51 | 57.74 | 33.05 | - |
| YUV | 200.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 141 | 0 | 0.26 | 0.44 | 0.01 | 24.32 | 0.95 | 0.77 |
| Hex | FC | BA | 8D | 0 | 1A | 2C | 1 | 18 | 5F | 4D |
| Octal | 374 | 272 | 215 | 0 | 32 | 54 | 1 | 30 | 137 | 115 |
| Binary | 11111100 | 10111010 | 10001101 | 0 | 11010 | 101100 | 1 | 11000 | 1011111 | 1001101 |
Color Harmonies of #FCBA8D
Complementary color
Monochromatic Colors of #FCBA8D
Black with #FCBA8D
Text Example
Text Example
White with #FCBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA8D; }
p { color: rgb(252,186,141); }
H1.HeaderClassName
{
color: #FCBA8D;
}
.AnyTagClassName
{
color: #FCBA8D;
}
</style>
background-color css
<style>
a { background-color: #FCBA8D; }
a { background-color: rgb(252,186,141); }
div.DivClassName
{
background-color: #FCBA8D;
}
.BgClassName
{
background-color: #FCBA8D;
}
</style>
border-color css
<style>
span { border-color: #FCBA8D; }
span { border-color: rgb(252,186,141); }
td.TdClassName
{
border-color: #FCBA8D;
}
.TagClassName
{
border-color: #FCBA8D;
}
</style>