Shades of Melon #F6BEAD
Tints of Melon #F6BEAD
RGB
CMYK
RGB Variations
Color information
#F6BEAD (or 0xF6BEAD) is known color: Melon. HEX triplet: F6, BE and AD. RGB value is (246,190,173). Sum of RGB (Red+Green+Blue) = 246+190+173=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BEAD is #094152. Grayscale: #CCCCCC. Windows color (decimal): -606547 or 11386614. OLE color: 11386614.
HSL color Cylindrical-coordinate representation of color #F6BEAD: hue angle of 13.97º degrees, saturation: 0.8, 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 #F6BEAD is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 173 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.04 |
| HSL | 13.97º | 0.8% | 0.82% | - |
| HSV(B) | 13.97º | 0.3% | 0.96% | - |
| XYZ | 63.96 | 59.44 | 47.64 | - |
| YUV | 204.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 173 | 0 | 0.23 | 0.30 | 0.04 | 13.97 | 0.8 | 0.82 |
| Hex | F6 | BE | AD | 0 | 17 | 1E | 4 | E | 50 | 52 |
| Octal | 366 | 276 | 255 | 0 | 27 | 36 | 4 | 16 | 120 | 122 |
| Binary | 11110110 | 10111110 | 10101101 | 0 | 10111 | 11110 | 100 | 1110 | 1010000 | 1010010 |
Color Harmonies of #F6BEAD
Complementary color
Monochromatic Colors of #F6BEAD
Black with #F6BEAD
Text Example
Text Example
White with #F6BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEAD; }
p { color: rgb(246,190,173); }
H1.HeaderClassName
{
color: #F6BEAD;
}
.AnyTagClassName
{
color: #F6BEAD;
}
</style>
background-color css
<style>
a { background-color: #F6BEAD; }
a { background-color: rgb(246,190,173); }
div.DivClassName
{
background-color: #F6BEAD;
}
.BgClassName
{
background-color: #F6BEAD;
}
</style>
border-color css
<style>
span { border-color: #F6BEAD; }
span { border-color: rgb(246,190,173); }
td.TdClassName
{
border-color: #F6BEAD;
}
.TagClassName
{
border-color: #F6BEAD;
}
</style>