Shades of Melon #F6BAA6
Tints of Melon #F6BAA6
RGB
CMYK
RGB Variations
Color information
#F6BAA6 (or 0xF6BAA6) is known color: Melon. HEX triplet: F6, BA and A6. RGB value is (246,186,166). Sum of RGB (Red+Green+Blue) = 246+186+166=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 166 (65.23% from 255 or 27.76% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BAA6 is #094559. Grayscale: #C9C9C9. Windows color (decimal): -607578 or 10926838. OLE color: 10926838.
HSL color Cylindrical-coordinate representation of color #F6BAA6: hue angle of 15º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6BAA6 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 166 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.04 |
| HSL | 15º | 0.82% | 0.81% | - |
| HSV(B) | 15º | 0.33% | 0.96% | - |
| XYZ | 62.45 | 57.46 | 43.88 | - |
| YUV | 201.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 166 | 0 | 0.24 | 0.33 | 0.04 | 15 | 0.82 | 0.81 |
| Hex | F6 | BA | A6 | 0 | 18 | 21 | 4 | F | 52 | 51 |
| Octal | 366 | 272 | 246 | 0 | 30 | 41 | 4 | 17 | 122 | 121 |
| Binary | 11110110 | 10111010 | 10100110 | 0 | 11000 | 100001 | 100 | 1111 | 1010010 | 1010001 |
Color Harmonies of #F6BAA6
Complementary color
Monochromatic Colors of #F6BAA6
Black with #F6BAA6
Text Example
Text Example
White with #F6BAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAA6; }
p { color: rgb(246,186,166); }
H1.HeaderClassName
{
color: #F6BAA6;
}
.AnyTagClassName
{
color: #F6BAA6;
}
</style>
background-color css
<style>
a { background-color: #F6BAA6; }
a { background-color: rgb(246,186,166); }
div.DivClassName
{
background-color: #F6BAA6;
}
.BgClassName
{
background-color: #F6BAA6;
}
</style>
border-color css
<style>
span { border-color: #F6BAA6; }
span { border-color: rgb(246,186,166); }
td.TdClassName
{
border-color: #F6BAA6;
}
.TagClassName
{
border-color: #F6BAA6;
}
</style>