Shades of Melon #F5BEB0
Tints of Melon #F5BEB0
RGB
CMYK
RGB Variations
Color information
#F5BEB0 (or 0xF5BEB0) is known color: Melon. HEX triplet: F5, BE and B0. RGB value is (245,190,176). Sum of RGB (Red+Green+Blue) = 245+190+176=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BEB0 is #0A414F. Grayscale: #CCCCCC. Windows color (decimal): -672080 or 11583221. OLE color: 11583221.
HSL color Cylindrical-coordinate representation of color #F5BEB0: hue angle of 12.17º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5BEB0 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 176 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.04 |
| HSL | 12.17º | 0.78% | 0.83% | - |
| HSV(B) | 12.17º | 0.28% | 0.96% | - |
| XYZ | 63.91 | 59.37 | 49.17 | - |
| YUV | 204.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 176 | 0 | 0.22 | 0.28 | 0.04 | 12.17 | 0.78 | 0.83 |
| Hex | F5 | BE | B0 | 0 | 16 | 1C | 4 | C | 4E | 53 |
| Octal | 365 | 276 | 260 | 0 | 26 | 34 | 4 | 14 | 116 | 123 |
| Binary | 11110101 | 10111110 | 10110000 | 0 | 10110 | 11100 | 100 | 1100 | 1001110 | 1010011 |
Color Harmonies of #F5BEB0
Complementary color
Monochromatic Colors of #F5BEB0
Black with #F5BEB0
Text Example
Text Example
White with #F5BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BEB0; }
p { color: rgb(245,190,176); }
H1.HeaderClassName
{
color: #F5BEB0;
}
.AnyTagClassName
{
color: #F5BEB0;
}
</style>
background-color css
<style>
a { background-color: #F5BEB0; }
a { background-color: rgb(245,190,176); }
div.DivClassName
{
background-color: #F5BEB0;
}
.BgClassName
{
background-color: #F5BEB0;
}
</style>
border-color css
<style>
span { border-color: #F5BEB0; }
span { border-color: rgb(245,190,176); }
td.TdClassName
{
border-color: #F5BEB0;
}
.TagClassName
{
border-color: #F5BEB0;
}
</style>