Shades of Melon #F7BBAA
Tints of Melon #F7BBAA
RGB
CMYK
RGB Variations
Color information
#F7BBAA (or 0xF7BBAA) is known color: Melon. HEX triplet: F7, BB and AA. RGB value is (247,187,170). Sum of RGB (Red+Green+Blue) = 247+187+170=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BBAA is #084455. Grayscale: #CBCBCB. Windows color (decimal): -541782 or 11189239. OLE color: 11189239.
HSL color Cylindrical-coordinate representation of color #F7BBAA: hue angle of 13.25º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7BBAA is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 170 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.03 |
| HSL | 13.25º | 0.83% | 0.82% | - |
| HSV(B) | 13.25º | 0.31% | 0.97% | - |
| XYZ | 63.38 | 58.22 | 45.93 | - |
| YUV | 203 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 170 | 0 | 0.24 | 0.31 | 0.03 | 13.25 | 0.83 | 0.82 |
| Hex | F7 | BB | AA | 0 | 18 | 1F | 3 | D | 53 | 52 |
| Octal | 367 | 273 | 252 | 0 | 30 | 37 | 3 | 15 | 123 | 122 |
| Binary | 11110111 | 10111011 | 10101010 | 0 | 11000 | 11111 | 11 | 1101 | 1010011 | 1010010 |
Color Harmonies of #F7BBAA
Complementary color
Monochromatic Colors of #F7BBAA
Black with #F7BBAA
Text Example
Text Example
White with #F7BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBAA; }
p { color: rgb(247,187,170); }
H1.HeaderClassName
{
color: #F7BBAA;
}
.AnyTagClassName
{
color: #F7BBAA;
}
</style>
background-color css
<style>
a { background-color: #F7BBAA; }
a { background-color: rgb(247,187,170); }
div.DivClassName
{
background-color: #F7BBAA;
}
.BgClassName
{
background-color: #F7BBAA;
}
</style>
border-color css
<style>
span { border-color: #F7BBAA; }
span { border-color: rgb(247,187,170); }
td.TdClassName
{
border-color: #F7BBAA;
}
.TagClassName
{
border-color: #F7BBAA;
}
</style>