Shades of Melon #F4BEB0
Tints of Melon #F4BEB0
RGB
CMYK
RGB Variations
Color information
#F4BEB0 (or 0xF4BEB0) is known color: Melon. HEX triplet: F4, BE and B0. RGB value is (244,190,176). Sum of RGB (Red+Green+Blue) = 244+190+176=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 176 (69.14% from 255 or 28.85% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BEB0 is #0B414F. Grayscale: #CCCCCC. Windows color (decimal): -737616 or 11583220. OLE color: 11583220.
HSL color Cylindrical-coordinate representation of color #F4BEB0: hue angle of 12.35º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4BEB0 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 190 | 176 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.04 |
| HSL | 12.35º | 0.76% | 0.82% | - |
| HSV(B) | 12.35º | 0.28% | 0.96% | - |
| XYZ | 63.56 | 59.19 | 49.15 | - |
| YUV | 204.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 190 | 176 | 0 | 0.22 | 0.28 | 0.04 | 12.35 | 0.76 | 0.82 |
| Hex | F4 | BE | B0 | 0 | 16 | 1C | 4 | C | 4C | 52 |
| Octal | 364 | 276 | 260 | 0 | 26 | 34 | 4 | 14 | 114 | 122 |
| Binary | 11110100 | 10111110 | 10110000 | 0 | 10110 | 11100 | 100 | 1100 | 1001100 | 1010010 |
Color Harmonies of #F4BEB0
Complementary color
Monochromatic Colors of #F4BEB0
Black with #F4BEB0
Text Example
Text Example
White with #F4BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BEB0; }
p { color: rgb(244,190,176); }
H1.HeaderClassName
{
color: #F4BEB0;
}
.AnyTagClassName
{
color: #F4BEB0;
}
</style>
background-color css
<style>
a { background-color: #F4BEB0; }
a { background-color: rgb(244,190,176); }
div.DivClassName
{
background-color: #F4BEB0;
}
.BgClassName
{
background-color: #F4BEB0;
}
</style>
border-color css
<style>
span { border-color: #F4BEB0; }
span { border-color: rgb(244,190,176); }
td.TdClassName
{
border-color: #F4BEB0;
}
.TagClassName
{
border-color: #F4BEB0;
}
</style>