Shades of Mandys Pink #FFBCA1
Tints of Mandys Pink #FFBCA1
RGB
CMYK
RGB Variations
Color information
#FFBCA1 (or 0xFFBCA1) is known color: Mandys Pink. HEX triplet: FF, BC and A1. RGB value is (255,188,161). Sum of RGB (Red+Green+Blue) = 255+188+161=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCA1 is #00435E. Grayscale: #CDCDCD. Windows color (decimal): -17247 or 10599679. OLE color: 10599679.
HSL color Cylindrical-coordinate representation of color #FFBCA1: hue angle of 17.23º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFBCA1 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 161 | - |
| CMYK | 0 | 0.26 | 0.37 | 0 |
| HSL | 17.23º | 1% | 0.82% | - |
| HSV(B) | 17.23º | 0.37% | 1% | - |
| XYZ | 65.66 | 59.8 | 41.8 | - |
| YUV | 204.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 161 | 0 | 0.26 | 0.37 | 0 | 17.23 | 1 | 0.82 |
| Hex | FF | BC | A1 | 0 | 1A | 25 | 0 | 11 | 64 | 52 |
| Octal | 377 | 274 | 241 | 0 | 32 | 45 | 0 | 21 | 144 | 122 |
| Binary | 11111111 | 10111100 | 10100001 | 0 | 11010 | 100101 | 0 | 10001 | 1100100 | 1010010 |
Color Harmonies of #FFBCA1
Complementary color
Monochromatic Colors of #FFBCA1
Black with #FFBCA1
Text Example
Text Example
White with #FFBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCA1; }
p { color: rgb(255,188,161); }
H1.HeaderClassName
{
color: #FFBCA1;
}
.AnyTagClassName
{
color: #FFBCA1;
}
</style>
background-color css
<style>
a { background-color: #FFBCA1; }
a { background-color: rgb(255,188,161); }
div.DivClassName
{
background-color: #FFBCA1;
}
.BgClassName
{
background-color: #FFBCA1;
}
</style>
border-color css
<style>
span { border-color: #FFBCA1; }
span { border-color: rgb(255,188,161); }
td.TdClassName
{
border-color: #FFBCA1;
}
.TagClassName
{
border-color: #FFBCA1;
}
</style>