Shades of Melon #F7BCAC
Tints of Melon #F7BCAC
RGB
CMYK
RGB Variations
Color information
#F7BCAC (or 0xF7BCAC) is known color: Melon. HEX triplet: F7, BC and AC. RGB value is (247,188,172). Sum of RGB (Red+Green+Blue) = 247+188+172=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BCAC is #084353. Grayscale: #CBCBCB. Windows color (decimal): -541524 or 11320567. OLE color: 11320567.
HSL color Cylindrical-coordinate representation of color #F7BCAC: hue angle of 12.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7BCAC is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 172 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.03 |
| HSL | 12.8º | 0.82% | 0.82% | - |
| HSV(B) | 12.8º | 0.3% | 0.97% | - |
| XYZ | 63.79 | 58.72 | 47 | - |
| YUV | 203.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 172 | 0 | 0.24 | 0.30 | 0.03 | 12.8 | 0.82 | 0.82 |
| Hex | F7 | BC | AC | 0 | 18 | 1E | 3 | D | 52 | 52 |
| Octal | 367 | 274 | 254 | 0 | 30 | 36 | 3 | 15 | 122 | 122 |
| Binary | 11110111 | 10111100 | 10101100 | 0 | 11000 | 11110 | 11 | 1101 | 1010010 | 1010010 |
Color Harmonies of #F7BCAC
Complementary color
Monochromatic Colors of #F7BCAC
Black with #F7BCAC
Text Example
Text Example
White with #F7BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCAC; }
p { color: rgb(247,188,172); }
H1.HeaderClassName
{
color: #F7BCAC;
}
.AnyTagClassName
{
color: #F7BCAC;
}
</style>
background-color css
<style>
a { background-color: #F7BCAC; }
a { background-color: rgb(247,188,172); }
div.DivClassName
{
background-color: #F7BCAC;
}
.BgClassName
{
background-color: #F7BCAC;
}
</style>
border-color css
<style>
span { border-color: #F7BCAC; }
span { border-color: rgb(247,188,172); }
td.TdClassName
{
border-color: #F7BCAC;
}
.TagClassName
{
border-color: #F7BCAC;
}
</style>