Shades of Mandys Pink #FCBC9C
Tints of Mandys Pink #FCBC9C
RGB
CMYK
RGB Variations
Color information
#FCBC9C (or 0xFCBC9C) is known color: Mandys Pink. HEX triplet: FC, BC and 9C. RGB value is (252,188,156). Sum of RGB (Red+Green+Blue) = 252+188+156=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC9C is #034363. Grayscale: #CBCBCB. Windows color (decimal): -213860 or 10271996. OLE color: 10271996.
HSL color Cylindrical-coordinate representation of color #FCBC9C: hue angle of 20º 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 #FCBC9C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 156 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.01 |
| HSL | 20º | 0.94% | 0.8% | - |
| HSV(B) | 20º | 0.38% | 0.99% | - |
| XYZ | 64.13 | 59.06 | 39.47 | - |
| YUV | 203.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 156 | 0 | 0.25 | 0.38 | 0.01 | 20 | 0.94 | 0.8 |
| Hex | FC | BC | 9C | 0 | 19 | 26 | 1 | 14 | 5E | 50 |
| Octal | 374 | 274 | 234 | 0 | 31 | 46 | 1 | 24 | 136 | 120 |
| Binary | 11111100 | 10111100 | 10011100 | 0 | 11001 | 100110 | 1 | 10100 | 1011110 | 1010000 |
Color Harmonies of #FCBC9C
Complementary color
Monochromatic Colors of #FCBC9C
Black with #FCBC9C
Text Example
Text Example
White with #FCBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC9C; }
p { color: rgb(252,188,156); }
H1.HeaderClassName
{
color: #FCBC9C;
}
.AnyTagClassName
{
color: #FCBC9C;
}
</style>
background-color css
<style>
a { background-color: #FCBC9C; }
a { background-color: rgb(252,188,156); }
div.DivClassName
{
background-color: #FCBC9C;
}
.BgClassName
{
background-color: #FCBC9C;
}
</style>
border-color css
<style>
span { border-color: #FCBC9C; }
span { border-color: rgb(252,188,156); }
td.TdClassName
{
border-color: #FCBC9C;
}
.TagClassName
{
border-color: #FCBC9C;
}
</style>