Shades of Melon #F7BBA8
Tints of Melon #F7BBA8
RGB
CMYK
RGB Variations
Color information
#F7BBA8 (or 0xF7BBA8) is known color: Melon. HEX triplet: F7, BB and A8. RGB value is (247,187,168). Sum of RGB (Red+Green+Blue) = 247+187+168=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BBA8 is #084457. Grayscale: #CACACA. Windows color (decimal): -541784 or 11058167. OLE color: 11058167.
HSL color Cylindrical-coordinate representation of color #F7BBA8: hue angle of 14.43º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7BBA8 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 168 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.03 |
| HSL | 14.43º | 0.83% | 0.81% | - |
| HSV(B) | 14.43º | 0.32% | 0.97% | - |
| XYZ | 63.2 | 58.14 | 44.94 | - |
| YUV | 202.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 168 | 0 | 0.24 | 0.32 | 0.03 | 14.43 | 0.83 | 0.81 |
| Hex | F7 | BB | A8 | 0 | 18 | 20 | 3 | E | 53 | 51 |
| Octal | 367 | 273 | 250 | 0 | 30 | 40 | 3 | 16 | 123 | 121 |
| Binary | 11110111 | 10111011 | 10101000 | 0 | 11000 | 100000 | 11 | 1110 | 1010011 | 1010001 |
Color Harmonies of #F7BBA8
Complementary color
Monochromatic Colors of #F7BBA8
Black with #F7BBA8
Text Example
Text Example
White with #F7BBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBA8; }
p { color: rgb(247,187,168); }
H1.HeaderClassName
{
color: #F7BBA8;
}
.AnyTagClassName
{
color: #F7BBA8;
}
</style>
background-color css
<style>
a { background-color: #F7BBA8; }
a { background-color: rgb(247,187,168); }
div.DivClassName
{
background-color: #F7BBA8;
}
.BgClassName
{
background-color: #F7BBA8;
}
</style>
border-color css
<style>
span { border-color: #F7BBA8; }
span { border-color: rgb(247,187,168); }
td.TdClassName
{
border-color: #F7BBA8;
}
.TagClassName
{
border-color: #F7BBA8;
}
</style>