Shades of Melon #F4BBAC
Tints of Melon #F4BBAC
RGB
CMYK
RGB Variations
Color information
#F4BBAC (or 0xF4BBAC) is known color: Melon. HEX triplet: F4, BB and AC. RGB value is (244,187,172). Sum of RGB (Red+Green+Blue) = 244+187+172=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BBAC is #0B4453. Grayscale: #CACACA. Windows color (decimal): -738388 or 11320308. OLE color: 11320308.
HSL color Cylindrical-coordinate representation of color #F4BBAC: hue angle of 12.5º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4BBAC is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 172 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.04 |
| HSL | 12.5º | 0.77% | 0.82% | - |
| HSV(B) | 12.5º | 0.3% | 0.96% | - |
| XYZ | 62.52 | 57.75 | 46.88 | - |
| YUV | 202.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 172 | 0 | 0.23 | 0.30 | 0.04 | 12.5 | 0.77 | 0.82 |
| Hex | F4 | BB | AC | 0 | 17 | 1E | 4 | C | 4D | 52 |
| Octal | 364 | 273 | 254 | 0 | 27 | 36 | 4 | 14 | 115 | 122 |
| Binary | 11110100 | 10111011 | 10101100 | 0 | 10111 | 11110 | 100 | 1100 | 1001101 | 1010010 |
Color Harmonies of #F4BBAC
Complementary color
Monochromatic Colors of #F4BBAC
Black with #F4BBAC
Text Example
Text Example
White with #F4BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBAC; }
p { color: rgb(244,187,172); }
H1.HeaderClassName
{
color: #F4BBAC;
}
.AnyTagClassName
{
color: #F4BBAC;
}
</style>
background-color css
<style>
a { background-color: #F4BBAC; }
a { background-color: rgb(244,187,172); }
div.DivClassName
{
background-color: #F4BBAC;
}
.BgClassName
{
background-color: #F4BBAC;
}
</style>
border-color css
<style>
span { border-color: #F4BBAC; }
span { border-color: rgb(244,187,172); }
td.TdClassName
{
border-color: #F4BBAC;
}
.TagClassName
{
border-color: #F4BBAC;
}
</style>