Shades of Melon #F5BCB0
Tints of Melon #F5BCB0
RGB
CMYK
RGB Variations
Color information
#F5BCB0 (or 0xF5BCB0) is known color: Melon. HEX triplet: F5, BC and B0. RGB value is (245,188,176). Sum of RGB (Red+Green+Blue) = 245+188+176=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BCB0 is #0A434F. Grayscale: #CBCBCB. Windows color (decimal): -672592 or 11582709. OLE color: 11582709.
HSL color Cylindrical-coordinate representation of color #F5BCB0: hue angle of 10.43º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5BCB0 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 176 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.04 |
| HSL | 10.43º | 0.78% | 0.83% | - |
| HSV(B) | 10.43º | 0.28% | 0.96% | - |
| XYZ | 63.48 | 58.51 | 49.02 | - |
| YUV | 203.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 176 | 0 | 0.23 | 0.28 | 0.04 | 10.43 | 0.78 | 0.83 |
| Hex | F5 | BC | B0 | 0 | 17 | 1C | 4 | A | 4E | 53 |
| Octal | 365 | 274 | 260 | 0 | 27 | 34 | 4 | 12 | 116 | 123 |
| Binary | 11110101 | 10111100 | 10110000 | 0 | 10111 | 11100 | 100 | 1010 | 1001110 | 1010011 |
Color Harmonies of #F5BCB0
Complementary color
Monochromatic Colors of #F5BCB0
Black with #F5BCB0
Text Example
Text Example
White with #F5BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCB0; }
p { color: rgb(245,188,176); }
H1.HeaderClassName
{
color: #F5BCB0;
}
.AnyTagClassName
{
color: #F5BCB0;
}
</style>
background-color css
<style>
a { background-color: #F5BCB0; }
a { background-color: rgb(245,188,176); }
div.DivClassName
{
background-color: #F5BCB0;
}
.BgClassName
{
background-color: #F5BCB0;
}
</style>
border-color css
<style>
span { border-color: #F5BCB0; }
span { border-color: rgb(245,188,176); }
td.TdClassName
{
border-color: #F5BCB0;
}
.TagClassName
{
border-color: #F5BCB0;
}
</style>