Shades of Melon #F6BDAB
Tints of Melon #F6BDAB
RGB
CMYK
RGB Variations
Color information
#F6BDAB (or 0xF6BDAB) is known color: Melon. HEX triplet: F6, BD and AB. RGB value is (246,189,171). Sum of RGB (Red+Green+Blue) = 246+189+171=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BDAB is #094254. Grayscale: #CCCCCC. Windows color (decimal): -606805 or 11255286. OLE color: 11255286.
HSL color Cylindrical-coordinate representation of color #F6BDAB: hue angle of 14.4º 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 #F6BDAB is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 171 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.04 |
| HSL | 14.4º | 0.81% | 0.82% | - |
| HSV(B) | 14.4º | 0.3% | 0.96% | - |
| XYZ | 63.55 | 58.93 | 46.55 | - |
| YUV | 203.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 171 | 0 | 0.23 | 0.30 | 0.04 | 14.4 | 0.81 | 0.82 |
| Hex | F6 | BD | AB | 0 | 17 | 1E | 4 | E | 51 | 52 |
| Octal | 366 | 275 | 253 | 0 | 27 | 36 | 4 | 16 | 121 | 122 |
| Binary | 11110110 | 10111101 | 10101011 | 0 | 10111 | 11110 | 100 | 1110 | 1010001 | 1010010 |
Color Harmonies of #F6BDAB
Complementary color
Monochromatic Colors of #F6BDAB
Black with #F6BDAB
Text Example
Text Example
White with #F6BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDAB; }
p { color: rgb(246,189,171); }
H1.HeaderClassName
{
color: #F6BDAB;
}
.AnyTagClassName
{
color: #F6BDAB;
}
</style>
background-color css
<style>
a { background-color: #F6BDAB; }
a { background-color: rgb(246,189,171); }
div.DivClassName
{
background-color: #F6BDAB;
}
.BgClassName
{
background-color: #F6BDAB;
}
</style>
border-color css
<style>
span { border-color: #F6BDAB; }
span { border-color: rgb(246,189,171); }
td.TdClassName
{
border-color: #F6BDAB;
}
.TagClassName
{
border-color: #F6BDAB;
}
</style>