Shades of Mandys Pink #FFBC8E
Tints of Mandys Pink #FFBC8E
RGB
CMYK
RGB Variations
Color information
#FFBC8E (or 0xFFBC8E) is known color: Mandys Pink. HEX triplet: FF, BC and 8E. RGB value is (255,188,142). Sum of RGB (Red+Green+Blue) = 255+188+142=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC8E is #004371. Grayscale: #CBCBCB. Windows color (decimal): -17266 or 9354495. OLE color: 9354495.
HSL color Cylindrical-coordinate representation of color #FFBC8E: hue angle of 24.42º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFBC8E is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 142 | - |
| CMYK | 0 | 0.26 | 0.44 | 0 |
| HSL | 24.42º | 1% | 0.78% | - |
| HSV(B) | 24.42º | 0.44% | 1% | - |
| XYZ | 64.11 | 59.18 | 33.64 | - |
| YUV | 202.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 142 | 0 | 0.26 | 0.44 | 0 | 24.42 | 1 | 0.78 |
| Hex | FF | BC | 8E | 0 | 1A | 2C | 0 | 18 | 64 | 4E |
| Octal | 377 | 274 | 216 | 0 | 32 | 54 | 0 | 30 | 144 | 116 |
| Binary | 11111111 | 10111100 | 10001110 | 0 | 11010 | 101100 | 0 | 11000 | 1100100 | 1001110 |
Color Harmonies of #FFBC8E
Complementary color
Monochromatic Colors of #FFBC8E
Black with #FFBC8E
Text Example
Text Example
White with #FFBC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC8E; }
p { color: rgb(255,188,142); }
H1.HeaderClassName
{
color: #FFBC8E;
}
.AnyTagClassName
{
color: #FFBC8E;
}
</style>
background-color css
<style>
a { background-color: #FFBC8E; }
a { background-color: rgb(255,188,142); }
div.DivClassName
{
background-color: #FFBC8E;
}
.BgClassName
{
background-color: #FFBC8E;
}
</style>
border-color css
<style>
span { border-color: #FFBC8E; }
span { border-color: rgb(255,188,142); }
td.TdClassName
{
border-color: #FFBC8E;
}
.TagClassName
{
border-color: #FFBC8E;
}
</style>