Shades of Melon #F4BCAC
Tints of Melon #F4BCAC
RGB
CMYK
RGB Variations
Color information
#F4BCAC (or 0xF4BCAC) is known color: Melon. HEX triplet: F4, BC and AC. RGB value is (244,188,172). Sum of RGB (Red+Green+Blue) = 244+188+172=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BCAC is #0B4353. Grayscale: #CBCBCB. Windows color (decimal): -738132 or 11320564. OLE color: 11320564.
HSL color Cylindrical-coordinate representation of color #F4BCAC: hue angle of 13.33º 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 #F4BCAC is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 172 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.04 |
| HSL | 13.33º | 0.77% | 0.82% | - |
| HSV(B) | 13.33º | 0.3% | 0.96% | - |
| XYZ | 62.74 | 58.18 | 46.95 | - |
| YUV | 202.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 172 | 0 | 0.23 | 0.30 | 0.04 | 13.33 | 0.77 | 0.82 |
| Hex | F4 | BC | AC | 0 | 17 | 1E | 4 | D | 4D | 52 |
| Octal | 364 | 274 | 254 | 0 | 27 | 36 | 4 | 15 | 115 | 122 |
| Binary | 11110100 | 10111100 | 10101100 | 0 | 10111 | 11110 | 100 | 1101 | 1001101 | 1010010 |
Color Harmonies of #F4BCAC
Complementary color
Monochromatic Colors of #F4BCAC
Black with #F4BCAC
Text Example
Text Example
White with #F4BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCAC; }
p { color: rgb(244,188,172); }
H1.HeaderClassName
{
color: #F4BCAC;
}
.AnyTagClassName
{
color: #F4BCAC;
}
</style>
background-color css
<style>
a { background-color: #F4BCAC; }
a { background-color: rgb(244,188,172); }
div.DivClassName
{
background-color: #F4BCAC;
}
.BgClassName
{
background-color: #F4BCAC;
}
</style>
border-color css
<style>
span { border-color: #F4BCAC; }
span { border-color: rgb(244,188,172); }
td.TdClassName
{
border-color: #F4BCAC;
}
.TagClassName
{
border-color: #F4BCAC;
}
</style>