Shades of Melon #F5BBAC
Tints of Melon #F5BBAC
RGB
CMYK
RGB Variations
Color information
#F5BBAC (or 0xF5BBAC) is known color: Melon. HEX triplet: F5, BB and AC. RGB value is (245,187,172). Sum of RGB (Red+Green+Blue) = 245+187+172=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BBAC is #0A4453. Grayscale: #CACACA. Windows color (decimal): -672852 or 11320309. OLE color: 11320309.
HSL color Cylindrical-coordinate representation of color #F5BBAC: hue angle of 12.33º 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 #F5BBAC is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 172 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.04 |
| HSL | 12.33º | 0.78% | 0.82% | - |
| HSV(B) | 12.33º | 0.3% | 0.96% | - |
| XYZ | 62.87 | 57.93 | 46.9 | - |
| YUV | 202.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 172 | 0 | 0.24 | 0.30 | 0.04 | 12.33 | 0.78 | 0.82 |
| Hex | F5 | BB | AC | 0 | 18 | 1E | 4 | C | 4E | 52 |
| Octal | 365 | 273 | 254 | 0 | 30 | 36 | 4 | 14 | 116 | 122 |
| Binary | 11110101 | 10111011 | 10101100 | 0 | 11000 | 11110 | 100 | 1100 | 1001110 | 1010010 |
Color Harmonies of #F5BBAC
Complementary color
Monochromatic Colors of #F5BBAC
Black with #F5BBAC
Text Example
Text Example
White with #F5BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBAC; }
p { color: rgb(245,187,172); }
H1.HeaderClassName
{
color: #F5BBAC;
}
.AnyTagClassName
{
color: #F5BBAC;
}
</style>
background-color css
<style>
a { background-color: #F5BBAC; }
a { background-color: rgb(245,187,172); }
div.DivClassName
{
background-color: #F5BBAC;
}
.BgClassName
{
background-color: #F5BBAC;
}
</style>
border-color css
<style>
span { border-color: #F5BBAC; }
span { border-color: rgb(245,187,172); }
td.TdClassName
{
border-color: #F5BBAC;
}
.TagClassName
{
border-color: #F5BBAC;
}
</style>