Shades of Melon #F5BCAE
Tints of Melon #F5BCAE
RGB
CMYK
RGB Variations
Color information
#F5BCAE (or 0xF5BCAE) is known color: Melon. HEX triplet: F5, BC and AE. RGB value is (245,188,174). Sum of RGB (Red+Green+Blue) = 245+188+174=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BCAE is #0A4351. Grayscale: #CBCBCB. Windows color (decimal): -672594 or 11451637. OLE color: 11451637.
HSL color Cylindrical-coordinate representation of color #F5BCAE: hue angle of 11.83º 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 #F5BCAE is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 174 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.04 |
| HSL | 11.83º | 0.78% | 0.82% | - |
| HSV(B) | 11.83º | 0.29% | 0.96% | - |
| XYZ | 63.28 | 58.43 | 47.99 | - |
| YUV | 203.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 174 | 0 | 0.23 | 0.29 | 0.04 | 11.83 | 0.78 | 0.82 |
| Hex | F5 | BC | AE | 0 | 17 | 1D | 4 | C | 4E | 52 |
| Octal | 365 | 274 | 256 | 0 | 27 | 35 | 4 | 14 | 116 | 122 |
| Binary | 11110101 | 10111100 | 10101110 | 0 | 10111 | 11101 | 100 | 1100 | 1001110 | 1010010 |
Color Harmonies of #F5BCAE
Complementary color
Monochromatic Colors of #F5BCAE
Black with #F5BCAE
Text Example
Text Example
White with #F5BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCAE; }
p { color: rgb(245,188,174); }
H1.HeaderClassName
{
color: #F5BCAE;
}
.AnyTagClassName
{
color: #F5BCAE;
}
</style>
background-color css
<style>
a { background-color: #F5BCAE; }
a { background-color: rgb(245,188,174); }
div.DivClassName
{
background-color: #F5BCAE;
}
.BgClassName
{
background-color: #F5BCAE;
}
</style>
border-color css
<style>
span { border-color: #F5BCAE; }
span { border-color: rgb(245,188,174); }
td.TdClassName
{
border-color: #F5BCAE;
}
.TagClassName
{
border-color: #F5BCAE;
}
</style>