Shades of Melon #F7BEAA
Tints of Melon #F7BEAA
RGB
CMYK
RGB Variations
Color information
#F7BEAA (or 0xF7BEAA) is known color: Melon. HEX triplet: F7, BE and AA. RGB value is (247,190,170). Sum of RGB (Red+Green+Blue) = 247+190+170=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BEAA is #084155. Grayscale: #CCCCCC. Windows color (decimal): -541014 or 11190007. OLE color: 11190007.
HSL color Cylindrical-coordinate representation of color #F7BEAA: hue angle of 15.58º 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 #F7BEAA is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 190 | 170 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.03 |
| HSL | 15.58º | 0.83% | 0.82% | - |
| HSV(B) | 15.58º | 0.31% | 0.97% | - |
| XYZ | 64.03 | 59.5 | 46.14 | - |
| YUV | 204.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 190 | 170 | 0 | 0.23 | 0.31 | 0.03 | 15.58 | 0.83 | 0.82 |
| Hex | F7 | BE | AA | 0 | 17 | 1F | 3 | 10 | 53 | 52 |
| Octal | 367 | 276 | 252 | 0 | 27 | 37 | 3 | 20 | 123 | 122 |
| Binary | 11110111 | 10111110 | 10101010 | 0 | 10111 | 11111 | 11 | 10000 | 1010011 | 1010010 |
Color Harmonies of #F7BEAA
Complementary color
Monochromatic Colors of #F7BEAA
Black with #F7BEAA
Text Example
Text Example
White with #F7BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BEAA; }
p { color: rgb(247,190,170); }
H1.HeaderClassName
{
color: #F7BEAA;
}
.AnyTagClassName
{
color: #F7BEAA;
}
</style>
background-color css
<style>
a { background-color: #F7BEAA; }
a { background-color: rgb(247,190,170); }
div.DivClassName
{
background-color: #F7BEAA;
}
.BgClassName
{
background-color: #F7BEAA;
}
</style>
border-color css
<style>
span { border-color: #F7BEAA; }
span { border-color: rgb(247,190,170); }
td.TdClassName
{
border-color: #F7BEAA;
}
.TagClassName
{
border-color: #F7BEAA;
}
</style>