Shades of Melon #FFBCB0
Tints of Melon #FFBCB0
RGB
CMYK
RGB Variations
Color information
#FFBCB0 (or 0xFFBCB0) is known color: Melon. HEX triplet: FF, BC and B0. RGB value is (255,188,176). Sum of RGB (Red+Green+Blue) = 255+188+176=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCB0 is #00434F. Grayscale: #CECECE. Windows color (decimal): -17232 or 11582719. OLE color: 11582719.
HSL color Cylindrical-coordinate representation of color #FFBCB0: hue angle of 9.11º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFBCB0 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 176 | - |
| CMYK | 0 | 0.26 | 0.31 | 0 |
| HSL | 9.11º | 1% | 0.85% | - |
| HSV(B) | 9.11º | 0.31% | 1% | - |
| XYZ | 67.06 | 60.36 | 49.19 | - |
| YUV | 206.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 176 | 0 | 0.26 | 0.31 | 0 | 9.11 | 1 | 0.85 |
| Hex | FF | BC | B0 | 0 | 1A | 1F | 0 | 9 | 64 | 55 |
| Octal | 377 | 274 | 260 | 0 | 32 | 37 | 0 | 11 | 144 | 125 |
| Binary | 11111111 | 10111100 | 10110000 | 0 | 11010 | 11111 | 0 | 1001 | 1100100 | 1010101 |
Color Harmonies of #FFBCB0
Complementary color
Monochromatic Colors of #FFBCB0
Black with #FFBCB0
Text Example
Text Example
White with #FFBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCB0; }
p { color: rgb(255,188,176); }
H1.HeaderClassName
{
color: #FFBCB0;
}
.AnyTagClassName
{
color: #FFBCB0;
}
</style>
background-color css
<style>
a { background-color: #FFBCB0; }
a { background-color: rgb(255,188,176); }
div.DivClassName
{
background-color: #FFBCB0;
}
.BgClassName
{
background-color: #FFBCB0;
}
</style>
border-color css
<style>
span { border-color: #FFBCB0; }
span { border-color: rgb(255,188,176); }
td.TdClassName
{
border-color: #FFBCB0;
}
.TagClassName
{
border-color: #FFBCB0;
}
</style>