Shades of Melon #F6BDAF
Tints of Melon #F6BDAF
RGB
CMYK
RGB Variations
Color information
#F6BDAF (or 0xF6BDAF) is known color: Melon. HEX triplet: F6, BD and AF. RGB value is (246,189,175). Sum of RGB (Red+Green+Blue) = 246+189+175=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BDAF is #094250. Grayscale: #CCCCCC. Windows color (decimal): -606801 or 11517430. OLE color: 11517430.
HSL color Cylindrical-coordinate representation of color #F6BDAF: hue angle of 11.83º 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 #F6BDAF is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 175 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.04 |
| HSL | 11.83º | 0.8% | 0.83% | - |
| HSV(B) | 11.83º | 0.29% | 0.96% | - |
| XYZ | 63.94 | 59.08 | 48.59 | - |
| YUV | 204.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 175 | 0 | 0.23 | 0.29 | 0.04 | 11.83 | 0.8 | 0.83 |
| Hex | F6 | BD | AF | 0 | 17 | 1D | 4 | C | 50 | 53 |
| Octal | 366 | 275 | 257 | 0 | 27 | 35 | 4 | 14 | 120 | 123 |
| Binary | 11110110 | 10111101 | 10101111 | 0 | 10111 | 11101 | 100 | 1100 | 1010000 | 1010011 |
Color Harmonies of #F6BDAF
Complementary color
Monochromatic Colors of #F6BDAF
Black with #F6BDAF
Text Example
Text Example
White with #F6BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDAF; }
p { color: rgb(246,189,175); }
H1.HeaderClassName
{
color: #F6BDAF;
}
.AnyTagClassName
{
color: #F6BDAF;
}
</style>
background-color css
<style>
a { background-color: #F6BDAF; }
a { background-color: rgb(246,189,175); }
div.DivClassName
{
background-color: #F6BDAF;
}
.BgClassName
{
background-color: #F6BDAF;
}
</style>
border-color css
<style>
span { border-color: #F6BDAF; }
span { border-color: rgb(246,189,175); }
td.TdClassName
{
border-color: #F6BDAF;
}
.TagClassName
{
border-color: #F6BDAF;
}
</style>