Shades of Mandys Pink #FCBC9E
Tints of Mandys Pink #FCBC9E
RGB
CMYK
RGB Variations
Color information
#FCBC9E (or 0xFCBC9E) is known color: Mandys Pink. HEX triplet: FC, BC and 9E. RGB value is (252,188,158). Sum of RGB (Red+Green+Blue) = 252+188+158=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC9E is #034361. Grayscale: #CBCBCB. Windows color (decimal): -213858 or 10403068. OLE color: 10403068.
HSL color Cylindrical-coordinate representation of color #FCBC9E: hue angle of 19.15º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCBC9E is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 158 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.01 |
| HSL | 19.15º | 0.94% | 0.8% | - |
| HSV(B) | 19.15º | 0.37% | 0.99% | - |
| XYZ | 64.3 | 59.13 | 40.37 | - |
| YUV | 203.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 158 | 0 | 0.25 | 0.37 | 0.01 | 19.15 | 0.94 | 0.8 |
| Hex | FC | BC | 9E | 0 | 19 | 25 | 1 | 13 | 5E | 50 |
| Octal | 374 | 274 | 236 | 0 | 31 | 45 | 1 | 23 | 136 | 120 |
| Binary | 11111100 | 10111100 | 10011110 | 0 | 11001 | 100101 | 1 | 10011 | 1011110 | 1010000 |
Color Harmonies of #FCBC9E
Complementary color
Monochromatic Colors of #FCBC9E
Black with #FCBC9E
Text Example
Text Example
White with #FCBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC9E; }
p { color: rgb(252,188,158); }
H1.HeaderClassName
{
color: #FCBC9E;
}
.AnyTagClassName
{
color: #FCBC9E;
}
</style>
background-color css
<style>
a { background-color: #FCBC9E; }
a { background-color: rgb(252,188,158); }
div.DivClassName
{
background-color: #FCBC9E;
}
.BgClassName
{
background-color: #FCBC9E;
}
</style>
border-color css
<style>
span { border-color: #FCBC9E; }
span { border-color: rgb(252,188,158); }
td.TdClassName
{
border-color: #FCBC9E;
}
.TagClassName
{
border-color: #FCBC9E;
}
</style>