Shades of Melon #F7BBAC
Tints of Melon #F7BBAC
RGB
CMYK
RGB Variations
Color information
#F7BBAC (or 0xF7BBAC) is known color: Melon. HEX triplet: F7, BB and AC. RGB value is (247,187,172). Sum of RGB (Red+Green+Blue) = 247+187+172=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BBAC is #084453. Grayscale: #CBCBCB. Windows color (decimal): -541780 or 11320311. OLE color: 11320311.
HSL color Cylindrical-coordinate representation of color #F7BBAC: hue angle of 12º 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 #F7BBAC is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 172 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.03 |
| HSL | 12º | 0.82% | 0.82% | - |
| HSV(B) | 12º | 0.3% | 0.97% | - |
| XYZ | 63.57 | 58.29 | 46.93 | - |
| YUV | 203.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 172 | 0 | 0.24 | 0.30 | 0.03 | 12 | 0.82 | 0.82 |
| Hex | F7 | BB | AC | 0 | 18 | 1E | 3 | C | 52 | 52 |
| Octal | 367 | 273 | 254 | 0 | 30 | 36 | 3 | 14 | 122 | 122 |
| Binary | 11110111 | 10111011 | 10101100 | 0 | 11000 | 11110 | 11 | 1100 | 1010010 | 1010010 |
Color Harmonies of #F7BBAC
Complementary color
Monochromatic Colors of #F7BBAC
Black with #F7BBAC
Text Example
Text Example
White with #F7BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBAC; }
p { color: rgb(247,187,172); }
H1.HeaderClassName
{
color: #F7BBAC;
}
.AnyTagClassName
{
color: #F7BBAC;
}
</style>
background-color css
<style>
a { background-color: #F7BBAC; }
a { background-color: rgb(247,187,172); }
div.DivClassName
{
background-color: #F7BBAC;
}
.BgClassName
{
background-color: #F7BBAC;
}
</style>
border-color css
<style>
span { border-color: #F7BBAC; }
span { border-color: rgb(247,187,172); }
td.TdClassName
{
border-color: #F7BBAC;
}
.TagClassName
{
border-color: #F7BBAC;
}
</style>