Shades of Mandys Pink #FFBCA0
Tints of Mandys Pink #FFBCA0
RGB
CMYK
RGB Variations
Color information
#FFBCA0 (or 0xFFBCA0) is known color: Mandys Pink. HEX triplet: FF, BC and A0. RGB value is (255,188,160). Sum of RGB (Red+Green+Blue) = 255+188+160=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCA0 is #00435F. Grayscale: #CDCDCD. Windows color (decimal): -17248 or 10534143. OLE color: 10534143.
HSL color Cylindrical-coordinate representation of color #FFBCA0: hue angle of 17.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFBCA0 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 160 | - |
| CMYK | 0 | 0.26 | 0.37 | 0 |
| HSL | 17.68º | 1% | 0.81% | - |
| HSV(B) | 17.68º | 0.37% | 1% | - |
| XYZ | 65.57 | 59.76 | 41.34 | - |
| YUV | 204.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 160 | 0 | 0.26 | 0.37 | 0 | 17.68 | 1 | 0.81 |
| Hex | FF | BC | A0 | 0 | 1A | 25 | 0 | 12 | 64 | 51 |
| Octal | 377 | 274 | 240 | 0 | 32 | 45 | 0 | 22 | 144 | 121 |
| Binary | 11111111 | 10111100 | 10100000 | 0 | 11010 | 100101 | 0 | 10010 | 1100100 | 1010001 |
Color Harmonies of #FFBCA0
Complementary color
Monochromatic Colors of #FFBCA0
Black with #FFBCA0
Text Example
Text Example
White with #FFBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCA0; }
p { color: rgb(255,188,160); }
H1.HeaderClassName
{
color: #FFBCA0;
}
.AnyTagClassName
{
color: #FFBCA0;
}
</style>
background-color css
<style>
a { background-color: #FFBCA0; }
a { background-color: rgb(255,188,160); }
div.DivClassName
{
background-color: #FFBCA0;
}
.BgClassName
{
background-color: #FFBCA0;
}
</style>
border-color css
<style>
span { border-color: #FFBCA0; }
span { border-color: rgb(255,188,160); }
td.TdClassName
{
border-color: #FFBCA0;
}
.TagClassName
{
border-color: #FFBCA0;
}
</style>