Shades of Melon #F5BCAC
Tints of Melon #F5BCAC
RGB
CMYK
RGB Variations
Color information
#F5BCAC (or 0xF5BCAC) is known color: Melon. HEX triplet: F5, BC and AC. RGB value is (245,188,172). Sum of RGB (Red+Green+Blue) = 245+188+172=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BCAC is #0A4353. Grayscale: #CBCBCB. Windows color (decimal): -672596 or 11320565. OLE color: 11320565.
HSL color Cylindrical-coordinate representation of color #F5BCAC: hue angle of 13.15º degrees, saturation: 0.78, 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 #F5BCAC is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 172 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.04 |
| HSL | 13.15º | 0.78% | 0.82% | - |
| HSV(B) | 13.15º | 0.3% | 0.96% | - |
| XYZ | 63.09 | 58.36 | 46.97 | - |
| YUV | 203.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 172 | 0 | 0.23 | 0.30 | 0.04 | 13.15 | 0.78 | 0.82 |
| Hex | F5 | BC | AC | 0 | 17 | 1E | 4 | D | 4E | 52 |
| Octal | 365 | 274 | 254 | 0 | 27 | 36 | 4 | 15 | 116 | 122 |
| Binary | 11110101 | 10111100 | 10101100 | 0 | 10111 | 11110 | 100 | 1101 | 1001110 | 1010010 |
Color Harmonies of #F5BCAC
Complementary color
Monochromatic Colors of #F5BCAC
Black with #F5BCAC
Text Example
Text Example
White with #F5BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCAC; }
p { color: rgb(245,188,172); }
H1.HeaderClassName
{
color: #F5BCAC;
}
.AnyTagClassName
{
color: #F5BCAC;
}
</style>
background-color css
<style>
a { background-color: #F5BCAC; }
a { background-color: rgb(245,188,172); }
div.DivClassName
{
background-color: #F5BCAC;
}
.BgClassName
{
background-color: #F5BCAC;
}
</style>
border-color css
<style>
span { border-color: #F5BCAC; }
span { border-color: rgb(245,188,172); }
td.TdClassName
{
border-color: #F5BCAC;
}
.TagClassName
{
border-color: #F5BCAC;
}
</style>