Shades of Mandys Pink #FCBB9C
Tints of Mandys Pink #FCBB9C
RGB
CMYK
RGB Variations
Color information
#FCBB9C (or 0xFCBB9C) is known color: Mandys Pink. HEX triplet: FC, BB and 9C. RGB value is (252,187,156). Sum of RGB (Red+Green+Blue) = 252+187+156=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBB9C is #034463. Grayscale: #CBCBCB. Windows color (decimal): -214116 or 10271740. OLE color: 10271740.
HSL color Cylindrical-coordinate representation of color #FCBB9C: hue angle of 19.38º 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 #FCBB9C is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 156 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.01 |
| HSL | 19.38º | 0.94% | 0.8% | - |
| HSV(B) | 19.38º | 0.38% | 0.99% | - |
| XYZ | 63.92 | 58.64 | 39.4 | - |
| YUV | 202.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 156 | 0 | 0.26 | 0.38 | 0.01 | 19.38 | 0.94 | 0.8 |
| Hex | FC | BB | 9C | 0 | 1A | 26 | 1 | 13 | 5E | 50 |
| Octal | 374 | 273 | 234 | 0 | 32 | 46 | 1 | 23 | 136 | 120 |
| Binary | 11111100 | 10111011 | 10011100 | 0 | 11010 | 100110 | 1 | 10011 | 1011110 | 1010000 |
Color Harmonies of #FCBB9C
Complementary color
Monochromatic Colors of #FCBB9C
Black with #FCBB9C
Text Example
Text Example
White with #FCBB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB9C; }
p { color: rgb(252,187,156); }
H1.HeaderClassName
{
color: #FCBB9C;
}
.AnyTagClassName
{
color: #FCBB9C;
}
</style>
background-color css
<style>
a { background-color: #FCBB9C; }
a { background-color: rgb(252,187,156); }
div.DivClassName
{
background-color: #FCBB9C;
}
.BgClassName
{
background-color: #FCBB9C;
}
</style>
border-color css
<style>
span { border-color: #FCBB9C; }
span { border-color: rgb(252,187,156); }
td.TdClassName
{
border-color: #FCBB9C;
}
.TagClassName
{
border-color: #FCBB9C;
}
</style>