Shades of Melon #F6BBAB
Tints of Melon #F6BBAB
RGB
CMYK
RGB Variations
Color information
#F6BBAB (or 0xF6BBAB) is known color: Melon. HEX triplet: F6, BB and AB. RGB value is (246,187,171). Sum of RGB (Red+Green+Blue) = 246+187+171=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BBAB is #094454. Grayscale: #CACACA. Windows color (decimal): -607317 or 11254774. OLE color: 11254774.
HSL color Cylindrical-coordinate representation of color #F6BBAB: hue angle of 12.8º degrees, saturation: 0.81, 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 #F6BBAB is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 171 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.04 |
| HSL | 12.8º | 0.81% | 0.82% | - |
| HSV(B) | 12.8º | 0.3% | 0.96% | - |
| XYZ | 63.13 | 58.07 | 46.41 | - |
| YUV | 202.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 171 | 0 | 0.24 | 0.30 | 0.04 | 12.8 | 0.81 | 0.82 |
| Hex | F6 | BB | AB | 0 | 18 | 1E | 4 | D | 51 | 52 |
| Octal | 366 | 273 | 253 | 0 | 30 | 36 | 4 | 15 | 121 | 122 |
| Binary | 11110110 | 10111011 | 10101011 | 0 | 11000 | 11110 | 100 | 1101 | 1010001 | 1010010 |
Color Harmonies of #F6BBAB
Complementary color
Monochromatic Colors of #F6BBAB
Black with #F6BBAB
Text Example
Text Example
White with #F6BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBAB; }
p { color: rgb(246,187,171); }
H1.HeaderClassName
{
color: #F6BBAB;
}
.AnyTagClassName
{
color: #F6BBAB;
}
</style>
background-color css
<style>
a { background-color: #F6BBAB; }
a { background-color: rgb(246,187,171); }
div.DivClassName
{
background-color: #F6BBAB;
}
.BgClassName
{
background-color: #F6BBAB;
}
</style>
border-color css
<style>
span { border-color: #F6BBAB; }
span { border-color: rgb(246,187,171); }
td.TdClassName
{
border-color: #F6BBAB;
}
.TagClassName
{
border-color: #F6BBAB;
}
</style>