Shades of Melon #F4BCAB
Tints of Melon #F4BCAB
RGB
CMYK
RGB Variations
Color information
#F4BCAB (or 0xF4BCAB) is known color: Melon. HEX triplet: F4, BC and AB. RGB value is (244,188,171). Sum of RGB (Red+Green+Blue) = 244+188+171=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BCAB is #0B4354. Grayscale: #CACACA. Windows color (decimal): -738133 or 11255028. OLE color: 11255028.
HSL color Cylindrical-coordinate representation of color #F4BCAB: hue angle of 13.97º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4BCAB is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 171 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.04 |
| HSL | 13.97º | 0.77% | 0.81% | - |
| HSV(B) | 13.97º | 0.3% | 0.96% | - |
| XYZ | 62.64 | 58.14 | 46.45 | - |
| YUV | 202.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 171 | 0 | 0.23 | 0.30 | 0.04 | 13.97 | 0.77 | 0.81 |
| Hex | F4 | BC | AB | 0 | 17 | 1E | 4 | E | 4D | 51 |
| Octal | 364 | 274 | 253 | 0 | 27 | 36 | 4 | 16 | 115 | 121 |
| Binary | 11110100 | 10111100 | 10101011 | 0 | 10111 | 11110 | 100 | 1110 | 1001101 | 1010001 |
Color Harmonies of #F4BCAB
Complementary color
Monochromatic Colors of #F4BCAB
Black with #F4BCAB
Text Example
Text Example
White with #F4BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCAB; }
p { color: rgb(244,188,171); }
H1.HeaderClassName
{
color: #F4BCAB;
}
.AnyTagClassName
{
color: #F4BCAB;
}
</style>
background-color css
<style>
a { background-color: #F4BCAB; }
a { background-color: rgb(244,188,171); }
div.DivClassName
{
background-color: #F4BCAB;
}
.BgClassName
{
background-color: #F4BCAB;
}
</style>
border-color css
<style>
span { border-color: #F4BCAB; }
span { border-color: rgb(244,188,171); }
td.TdClassName
{
border-color: #F4BCAB;
}
.TagClassName
{
border-color: #F4BCAB;
}
</style>