Shades of Mandys Pink #FCBA8C
Tints of Mandys Pink #FCBA8C
RGB
CMYK
RGB Variations
Color information
#FCBA8C (or 0xFCBA8C) is known color: Mandys Pink. HEX triplet: FC, BA and 8C. RGB value is (252,186,140). Sum of RGB (Red+Green+Blue) = 252+186+140=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA8C is #034573. Grayscale: #C8C8C8. Windows color (decimal): -214388 or 9222908. OLE color: 9222908.
HSL color Cylindrical-coordinate representation of color #FCBA8C: hue angle of 24.64º 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 #FCBA8C is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 140 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.01 |
| HSL | 24.64º | 0.95% | 0.77% | - |
| HSV(B) | 24.64º | 0.44% | 0.99% | - |
| XYZ | 62.44 | 57.71 | 32.66 | - |
| YUV | 200.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 140 | 0 | 0.26 | 0.44 | 0.01 | 24.64 | 0.95 | 0.77 |
| Hex | FC | BA | 8C | 0 | 1A | 2C | 1 | 19 | 5F | 4D |
| Octal | 374 | 272 | 214 | 0 | 32 | 54 | 1 | 31 | 137 | 115 |
| Binary | 11111100 | 10111010 | 10001100 | 0 | 11010 | 101100 | 1 | 11001 | 1011111 | 1001101 |
Color Harmonies of #FCBA8C
Complementary color
Monochromatic Colors of #FCBA8C
Black with #FCBA8C
Text Example
Text Example
White with #FCBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA8C; }
p { color: rgb(252,186,140); }
H1.HeaderClassName
{
color: #FCBA8C;
}
.AnyTagClassName
{
color: #FCBA8C;
}
</style>
background-color css
<style>
a { background-color: #FCBA8C; }
a { background-color: rgb(252,186,140); }
div.DivClassName
{
background-color: #FCBA8C;
}
.BgClassName
{
background-color: #FCBA8C;
}
</style>
border-color css
<style>
span { border-color: #FCBA8C; }
span { border-color: rgb(252,186,140); }
td.TdClassName
{
border-color: #FCBA8C;
}
.TagClassName
{
border-color: #FCBA8C;
}
</style>