Shades of Melon #F5BCAF
Tints of Melon #F5BCAF
RGB
CMYK
RGB Variations
Color information
#F5BCAF (or 0xF5BCAF) is known color: Melon. HEX triplet: F5, BC and AF. RGB value is (245,188,175). Sum of RGB (Red+Green+Blue) = 245+188+175=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BCAF is #0A4350. Grayscale: #CBCBCB. Windows color (decimal): -672593 or 11517173. OLE color: 11517173.
HSL color Cylindrical-coordinate representation of color #F5BCAF: hue angle of 11.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5BCAF is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 175 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.04 |
| HSL | 11.14º | 0.78% | 0.82% | - |
| HSV(B) | 11.14º | 0.29% | 0.96% | - |
| XYZ | 63.38 | 58.47 | 48.5 | - |
| YUV | 203.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 175 | 0 | 0.23 | 0.29 | 0.04 | 11.14 | 0.78 | 0.82 |
| Hex | F5 | BC | AF | 0 | 17 | 1D | 4 | B | 4E | 52 |
| Octal | 365 | 274 | 257 | 0 | 27 | 35 | 4 | 13 | 116 | 122 |
| Binary | 11110101 | 10111100 | 10101111 | 0 | 10111 | 11101 | 100 | 1011 | 1001110 | 1010010 |
Color Harmonies of #F5BCAF
Complementary color
Monochromatic Colors of #F5BCAF
Black with #F5BCAF
Text Example
Text Example
White with #F5BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCAF; }
p { color: rgb(245,188,175); }
H1.HeaderClassName
{
color: #F5BCAF;
}
.AnyTagClassName
{
color: #F5BCAF;
}
</style>
background-color css
<style>
a { background-color: #F5BCAF; }
a { background-color: rgb(245,188,175); }
div.DivClassName
{
background-color: #F5BCAF;
}
.BgClassName
{
background-color: #F5BCAF;
}
</style>
border-color css
<style>
span { border-color: #F5BCAF; }
span { border-color: rgb(245,188,175); }
td.TdClassName
{
border-color: #F5BCAF;
}
.TagClassName
{
border-color: #F5BCAF;
}
</style>