Shades of Melon #FFBCB5
Tints of Melon #FFBCB5
RGB
CMYK
RGB Variations
Color information
#FFBCB5 (or 0xFFBCB5) is known color: Melon. HEX triplet: FF, BC and B5. RGB value is (255,188,181). Sum of RGB (Red+Green+Blue) = 255+188+181=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCB5 is #00434A. Grayscale: #CFCFCF. Windows color (decimal): -17227 or 11910399. OLE color: 11910399.
HSL color Cylindrical-coordinate representation of color #FFBCB5: hue angle of 5.68º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFBCB5 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 181 | - |
| CMYK | 0 | 0.26 | 0.29 | 0 |
| HSL | 5.68º | 1% | 0.85% | - |
| HSV(B) | 5.68º | 0.29% | 1% | - |
| XYZ | 67.56 | 60.56 | 51.84 | - |
| YUV | 207.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 181 | 0 | 0.26 | 0.29 | 0 | 5.68 | 1 | 0.85 |
| Hex | FF | BC | B5 | 0 | 1A | 1D | 0 | 6 | 64 | 55 |
| Octal | 377 | 274 | 265 | 0 | 32 | 35 | 0 | 6 | 144 | 125 |
| Binary | 11111111 | 10111100 | 10110101 | 0 | 11010 | 11101 | 0 | 110 | 1100100 | 1010101 |
Color Harmonies of #FFBCB5
Complementary color
Monochromatic Colors of #FFBCB5
Black with #FFBCB5
Text Example
Text Example
White with #FFBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCB5; }
p { color: rgb(255,188,181); }
H1.HeaderClassName
{
color: #FFBCB5;
}
.AnyTagClassName
{
color: #FFBCB5;
}
</style>
background-color css
<style>
a { background-color: #FFBCB5; }
a { background-color: rgb(255,188,181); }
div.DivClassName
{
background-color: #FFBCB5;
}
.BgClassName
{
background-color: #FFBCB5;
}
</style>
border-color css
<style>
span { border-color: #FFBCB5; }
span { border-color: rgb(255,188,181); }
td.TdClassName
{
border-color: #FFBCB5;
}
.TagClassName
{
border-color: #FFBCB5;
}
</style>