Shades of Mandys Pink #FCBBA1
Tints of Mandys Pink #FCBBA1
RGB
CMYK
RGB Variations
Color information
#FCBBA1 (or 0xFCBBA1) is known color: Mandys Pink. HEX triplet: FC, BB and A1. RGB value is (252,187,161). Sum of RGB (Red+Green+Blue) = 252+187+161=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA1 is #03445E. Grayscale: #CBCBCB. Windows color (decimal): -214111 or 10599420. OLE color: 10599420.
HSL color Cylindrical-coordinate representation of color #FCBBA1: hue angle of 17.14º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCBBA1 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 161 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.01 |
| HSL | 17.14º | 0.94% | 0.81% | - |
| HSV(B) | 17.14º | 0.36% | 0.99% | - |
| XYZ | 64.35 | 58.81 | 41.68 | - |
| YUV | 203.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 161 | 0 | 0.26 | 0.36 | 0.01 | 17.14 | 0.94 | 0.81 |
| Hex | FC | BB | A1 | 0 | 1A | 24 | 1 | 11 | 5E | 51 |
| Octal | 374 | 273 | 241 | 0 | 32 | 44 | 1 | 21 | 136 | 121 |
| Binary | 11111100 | 10111011 | 10100001 | 0 | 11010 | 100100 | 1 | 10001 | 1011110 | 1010001 |
Color Harmonies of #FCBBA1
Complementary color
Monochromatic Colors of #FCBBA1
Black with #FCBBA1
Text Example
Text Example
White with #FCBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBA1; }
p { color: rgb(252,187,161); }
H1.HeaderClassName
{
color: #FCBBA1;
}
.AnyTagClassName
{
color: #FCBBA1;
}
</style>
background-color css
<style>
a { background-color: #FCBBA1; }
a { background-color: rgb(252,187,161); }
div.DivClassName
{
background-color: #FCBBA1;
}
.BgClassName
{
background-color: #FCBBA1;
}
</style>
border-color css
<style>
span { border-color: #FCBBA1; }
span { border-color: rgb(252,187,161); }
td.TdClassName
{
border-color: #FCBBA1;
}
.TagClassName
{
border-color: #FCBBA1;
}
</style>