Shades of Mandys Pink #FFBCA2
Tints of Mandys Pink #FFBCA2
RGB
CMYK
RGB Variations
Color information
#FFBCA2 (or 0xFFBCA2) is known color: Mandys Pink. HEX triplet: FF, BC and A2. RGB value is (255,188,162). Sum of RGB (Red+Green+Blue) = 255+188+162=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCA2 is #00435D. Grayscale: #CDCDCD. Windows color (decimal): -17246 or 10665215. OLE color: 10665215.
HSL color Cylindrical-coordinate representation of color #FFBCA2: hue angle of 16.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFBCA2 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 162 | - |
| CMYK | 0 | 0.26 | 0.36 | 0 |
| HSL | 16.77º | 1% | 0.82% | - |
| HSV(B) | 16.77º | 0.36% | 1% | - |
| XYZ | 65.74 | 59.84 | 42.27 | - |
| YUV | 205.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 162 | 0 | 0.26 | 0.36 | 0 | 16.77 | 1 | 0.82 |
| Hex | FF | BC | A2 | 0 | 1A | 24 | 0 | 11 | 64 | 52 |
| Octal | 377 | 274 | 242 | 0 | 32 | 44 | 0 | 21 | 144 | 122 |
| Binary | 11111111 | 10111100 | 10100010 | 0 | 11010 | 100100 | 0 | 10001 | 1100100 | 1010010 |
Color Harmonies of #FFBCA2
Complementary color
Monochromatic Colors of #FFBCA2
Black with #FFBCA2
Text Example
Text Example
White with #FFBCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCA2; }
p { color: rgb(255,188,162); }
H1.HeaderClassName
{
color: #FFBCA2;
}
.AnyTagClassName
{
color: #FFBCA2;
}
</style>
background-color css
<style>
a { background-color: #FFBCA2; }
a { background-color: rgb(255,188,162); }
div.DivClassName
{
background-color: #FFBCA2;
}
.BgClassName
{
background-color: #FFBCA2;
}
</style>
border-color css
<style>
span { border-color: #FFBCA2; }
span { border-color: rgb(255,188,162); }
td.TdClassName
{
border-color: #FFBCA2;
}
.TagClassName
{
border-color: #FFBCA2;
}
</style>