Shades of Mandys Pink #FFBC8D
Tints of Mandys Pink #FFBC8D
RGB
CMYK
RGB Variations
Color information
#FFBC8D (or 0xFFBC8D) is known color: Mandys Pink. HEX triplet: FF, BC and 8D. RGB value is (255,188,141). Sum of RGB (Red+Green+Blue) = 255+188+141=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC8D is #004372. Grayscale: #CACACA. Windows color (decimal): -17267 or 9288959. OLE color: 9288959.
HSL color Cylindrical-coordinate representation of color #FFBC8D: hue angle of 24.74º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFBC8D is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 141 | - |
| CMYK | 0 | 0.26 | 0.45 | 0 |
| HSL | 24.74º | 1% | 0.78% | - |
| HSV(B) | 24.74º | 0.45% | 1% | - |
| XYZ | 64.03 | 59.15 | 33.24 | - |
| YUV | 202.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 141 | 0 | 0.26 | 0.45 | 0 | 24.74 | 1 | 0.78 |
| Hex | FF | BC | 8D | 0 | 1A | 2D | 0 | 19 | 64 | 4E |
| Octal | 377 | 274 | 215 | 0 | 32 | 55 | 0 | 31 | 144 | 116 |
| Binary | 11111111 | 10111100 | 10001101 | 0 | 11010 | 101101 | 0 | 11001 | 1100100 | 1001110 |
Color Harmonies of #FFBC8D
Complementary color
Monochromatic Colors of #FFBC8D
Black with #FFBC8D
Text Example
Text Example
White with #FFBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC8D; }
p { color: rgb(255,188,141); }
H1.HeaderClassName
{
color: #FFBC8D;
}
.AnyTagClassName
{
color: #FFBC8D;
}
</style>
background-color css
<style>
a { background-color: #FFBC8D; }
a { background-color: rgb(255,188,141); }
div.DivClassName
{
background-color: #FFBC8D;
}
.BgClassName
{
background-color: #FFBC8D;
}
</style>
border-color css
<style>
span { border-color: #FFBC8D; }
span { border-color: rgb(255,188,141); }
td.TdClassName
{
border-color: #FFBC8D;
}
.TagClassName
{
border-color: #FFBC8D;
}
</style>