Shades of Melon #F6B7AE
Tints of Melon #F6B7AE
RGB
CMYK
RGB Variations
Color information
#F6B7AE (or 0xF6B7AE) is known color: Melon. HEX triplet: F6, B7 and AE. RGB value is (246,183,174). Sum of RGB (Red+Green+Blue) = 246+183+174=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B7AE is #094851. Grayscale: #C8C8C8. Windows color (decimal): -608338 or 11450358. OLE color: 11450358.
HSL color Cylindrical-coordinate representation of color #F6B7AE: hue angle of 7.5º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6B7AE is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 183 | 174 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.04 |
| HSL | 7.5º | 0.8% | 0.82% | - |
| HSV(B) | 7.5º | 0.29% | 0.96% | - |
| XYZ | 62.58 | 56.52 | 47.65 | - |
| YUV | 200.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 183 | 174 | 0 | 0.26 | 0.29 | 0.04 | 7.5 | 0.8 | 0.82 |
| Hex | F6 | B7 | AE | 0 | 1A | 1D | 4 | 8 | 50 | 52 |
| Octal | 366 | 267 | 256 | 0 | 32 | 35 | 4 | 10 | 120 | 122 |
| Binary | 11110110 | 10110111 | 10101110 | 0 | 11010 | 11101 | 100 | 1000 | 1010000 | 1010010 |
Color Harmonies of #F6B7AE
Complementary color
Monochromatic Colors of #F6B7AE
Black with #F6B7AE
Text Example
Text Example
White with #F6B7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B7AE; }
p { color: rgb(246,183,174); }
H1.HeaderClassName
{
color: #F6B7AE;
}
.AnyTagClassName
{
color: #F6B7AE;
}
</style>
background-color css
<style>
a { background-color: #F6B7AE; }
a { background-color: rgb(246,183,174); }
div.DivClassName
{
background-color: #F6B7AE;
}
.BgClassName
{
background-color: #F6B7AE;
}
</style>
border-color css
<style>
span { border-color: #F6B7AE; }
span { border-color: rgb(246,183,174); }
td.TdClassName
{
border-color: #F6B7AE;
}
.TagClassName
{
border-color: #F6B7AE;
}
</style>