Shades of Mandys Pink #FFBC8F
Tints of Mandys Pink #FFBC8F
RGB
CMYK
RGB Variations
Color information
#FFBC8F (or 0xFFBC8F) is known color: Mandys Pink. HEX triplet: FF, BC and 8F. RGB value is (255,188,143). Sum of RGB (Red+Green+Blue) = 255+188+143=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC8F is #004370. Grayscale: #CBCBCB. Windows color (decimal): -17265 or 9420031. OLE color: 9420031.
HSL color Cylindrical-coordinate representation of color #FFBC8F: hue angle of 24.11º 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 #FFBC8F is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 143 | - |
| CMYK | 0 | 0.26 | 0.44 | 0 |
| HSL | 24.11º | 1% | 0.78% | - |
| HSV(B) | 24.11º | 0.44% | 1% | - |
| XYZ | 64.18 | 59.21 | 34.03 | - |
| YUV | 202.9 | 94.2 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 143 | 0 | 0.26 | 0.44 | 0 | 24.11 | 1 | 0.78 |
| Hex | FF | BC | 8F | 0 | 1A | 2C | 0 | 18 | 64 | 4E |
| Octal | 377 | 274 | 217 | 0 | 32 | 54 | 0 | 30 | 144 | 116 |
| Binary | 11111111 | 10111100 | 10001111 | 0 | 11010 | 101100 | 0 | 11000 | 1100100 | 1001110 |
Color Harmonies of #FFBC8F
Complementary color
Monochromatic Colors of #FFBC8F
Black with #FFBC8F
Text Example
Text Example
White with #FFBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC8F; }
p { color: rgb(255,188,143); }
H1.HeaderClassName
{
color: #FFBC8F;
}
.AnyTagClassName
{
color: #FFBC8F;
}
</style>
background-color css
<style>
a { background-color: #FFBC8F; }
a { background-color: rgb(255,188,143); }
div.DivClassName
{
background-color: #FFBC8F;
}
.BgClassName
{
background-color: #FFBC8F;
}
</style>
border-color css
<style>
span { border-color: #FFBC8F; }
span { border-color: rgb(255,188,143); }
td.TdClassName
{
border-color: #FFBC8F;
}
.TagClassName
{
border-color: #FFBC8F;
}
</style>