Shades of Mandys Pink #FCBC91
Tints of Mandys Pink #FCBC91
RGB
CMYK
RGB Variations
Color information
#FCBC91 (or 0xFCBC91) is known color: Mandys Pink. HEX triplet: FC, BC and 91. RGB value is (252,188,145). Sum of RGB (Red+Green+Blue) = 252+188+145=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC91 is #03436E. Grayscale: #CACACA. Windows color (decimal): -213871 or 9551100. OLE color: 9551100.
HSL color Cylindrical-coordinate representation of color #FCBC91: hue angle of 24.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCBC91 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 145 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.01 |
| HSL | 24.11º | 0.95% | 0.78% | - |
| HSV(B) | 24.11º | 0.42% | 0.99% | - |
| XYZ | 63.24 | 58.71 | 34.79 | - |
| YUV | 202.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 145 | 0 | 0.25 | 0.42 | 0.01 | 24.11 | 0.95 | 0.78 |
| Hex | FC | BC | 91 | 0 | 19 | 2A | 1 | 18 | 5F | 4E |
| Octal | 374 | 274 | 221 | 0 | 31 | 52 | 1 | 30 | 137 | 116 |
| Binary | 11111100 | 10111100 | 10010001 | 0 | 11001 | 101010 | 1 | 11000 | 1011111 | 1001110 |
Color Harmonies of #FCBC91
Complementary color
Monochromatic Colors of #FCBC91
Black with #FCBC91
Text Example
Text Example
White with #FCBC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC91; }
p { color: rgb(252,188,145); }
H1.HeaderClassName
{
color: #FCBC91;
}
.AnyTagClassName
{
color: #FCBC91;
}
</style>
background-color css
<style>
a { background-color: #FCBC91; }
a { background-color: rgb(252,188,145); }
div.DivClassName
{
background-color: #FCBC91;
}
.BgClassName
{
background-color: #FCBC91;
}
</style>
border-color css
<style>
span { border-color: #FCBC91; }
span { border-color: rgb(252,188,145); }
td.TdClassName
{
border-color: #FCBC91;
}
.TagClassName
{
border-color: #FCBC91;
}
</style>