Shades of Melon #F6C0AF
Tints of Melon #F6C0AF
RGB
CMYK
RGB Variations
Color information
#F6C0AF (or 0xF6C0AF) is known color: Melon. HEX triplet: F6, C0 and AF. RGB value is (246,192,175). Sum of RGB (Red+Green+Blue) = 246+192+175=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C0AF is #093F50. Grayscale: #CECECE. Windows color (decimal): -606033 or 11518198. OLE color: 11518198.
HSL color Cylindrical-coordinate representation of color #F6C0AF: hue angle of 14.37º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6C0AF is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 175 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.04 |
| HSL | 14.37º | 0.8% | 0.83% | - |
| HSV(B) | 14.37º | 0.29% | 0.96% | - |
| XYZ | 64.59 | 60.39 | 48.81 | - |
| YUV | 206.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 175 | 0 | 0.22 | 0.29 | 0.04 | 14.37 | 0.8 | 0.83 |
| Hex | F6 | C0 | AF | 0 | 16 | 1D | 4 | E | 50 | 53 |
| Octal | 366 | 300 | 257 | 0 | 26 | 35 | 4 | 16 | 120 | 123 |
| Binary | 11110110 | 11000000 | 10101111 | 0 | 10110 | 11101 | 100 | 1110 | 1010000 | 1010011 |
Color Harmonies of #F6C0AF
Complementary color
Monochromatic Colors of #F6C0AF
Black with #F6C0AF
Text Example
Text Example
White with #F6C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C0AF; }
p { color: rgb(246,192,175); }
H1.HeaderClassName
{
color: #F6C0AF;
}
.AnyTagClassName
{
color: #F6C0AF;
}
</style>
background-color css
<style>
a { background-color: #F6C0AF; }
a { background-color: rgb(246,192,175); }
div.DivClassName
{
background-color: #F6C0AF;
}
.BgClassName
{
background-color: #F6C0AF;
}
</style>
border-color css
<style>
span { border-color: #F6C0AF; }
span { border-color: rgb(246,192,175); }
td.TdClassName
{
border-color: #F6C0AF;
}
.TagClassName
{
border-color: #F6C0AF;
}
</style>