Shades of Melon #F7BCB0
Tints of Melon #F7BCB0
RGB
CMYK
RGB Variations
Color information
#F7BCB0 (or 0xF7BCB0) is known color: Melon. HEX triplet: F7, BC and B0. RGB value is (247,188,176). Sum of RGB (Red+Green+Blue) = 247+188+176=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BCB0 is #08434F. Grayscale: #CCCCCC. Windows color (decimal): -541520 or 11582711. OLE color: 11582711.
HSL color Cylindrical-coordinate representation of color #F7BCB0: hue angle of 10.14º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7BCB0 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 176 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.03 |
| HSL | 10.14º | 0.82% | 0.83% | - |
| HSV(B) | 10.14º | 0.29% | 0.97% | - |
| XYZ | 64.18 | 58.88 | 49.06 | - |
| YUV | 204.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 176 | 0 | 0.24 | 0.29 | 0.03 | 10.14 | 0.82 | 0.83 |
| Hex | F7 | BC | B0 | 0 | 18 | 1D | 3 | A | 52 | 53 |
| Octal | 367 | 274 | 260 | 0 | 30 | 35 | 3 | 12 | 122 | 123 |
| Binary | 11110111 | 10111100 | 10110000 | 0 | 11000 | 11101 | 11 | 1010 | 1010010 | 1010011 |
Color Harmonies of #F7BCB0
Complementary color
Monochromatic Colors of #F7BCB0
Black with #F7BCB0
Text Example
Text Example
White with #F7BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCB0; }
p { color: rgb(247,188,176); }
H1.HeaderClassName
{
color: #F7BCB0;
}
.AnyTagClassName
{
color: #F7BCB0;
}
</style>
background-color css
<style>
a { background-color: #F7BCB0; }
a { background-color: rgb(247,188,176); }
div.DivClassName
{
background-color: #F7BCB0;
}
.BgClassName
{
background-color: #F7BCB0;
}
</style>
border-color css
<style>
span { border-color: #F7BCB0; }
span { border-color: rgb(247,188,176); }
td.TdClassName
{
border-color: #F7BCB0;
}
.TagClassName
{
border-color: #F7BCB0;
}
</style>