Shades of Mandys Pink #FCBB8D
Tints of Mandys Pink #FCBB8D
RGB
CMYK
RGB Variations
Color information
#FCBB8D (or 0xFCBB8D) is known color: Mandys Pink. HEX triplet: FC, BB and 8D. RGB value is (252,187,141). Sum of RGB (Red+Green+Blue) = 252+187+141=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBB8D is #034472. Grayscale: #C9C9C9. Windows color (decimal): -214131 or 9288700. OLE color: 9288700.
HSL color Cylindrical-coordinate representation of color #FCBB8D: hue angle of 24.86º 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 #FCBB8D is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 141 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.01 |
| HSL | 24.86º | 0.95% | 0.77% | - |
| HSV(B) | 24.86º | 0.44% | 0.99% | - |
| XYZ | 62.72 | 58.16 | 33.12 | - |
| YUV | 201.19 | 94.03 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 141 | 0 | 0.26 | 0.44 | 0.01 | 24.86 | 0.95 | 0.77 |
| Hex | FC | BB | 8D | 0 | 1A | 2C | 1 | 19 | 5F | 4D |
| Octal | 374 | 273 | 215 | 0 | 32 | 54 | 1 | 31 | 137 | 115 |
| Binary | 11111100 | 10111011 | 10001101 | 0 | 11010 | 101100 | 1 | 11001 | 1011111 | 1001101 |
Color Harmonies of #FCBB8D
Complementary color
Monochromatic Colors of #FCBB8D
Black with #FCBB8D
Text Example
Text Example
White with #FCBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB8D; }
p { color: rgb(252,187,141); }
H1.HeaderClassName
{
color: #FCBB8D;
}
.AnyTagClassName
{
color: #FCBB8D;
}
</style>
background-color css
<style>
a { background-color: #FCBB8D; }
a { background-color: rgb(252,187,141); }
div.DivClassName
{
background-color: #FCBB8D;
}
.BgClassName
{
background-color: #FCBB8D;
}
</style>
border-color css
<style>
span { border-color: #FCBB8D; }
span { border-color: rgb(252,187,141); }
td.TdClassName
{
border-color: #FCBB8D;
}
.TagClassName
{
border-color: #FCBB8D;
}
</style>