Shades of Melon #F6BBAF
Tints of Melon #F6BBAF
RGB
CMYK
RGB Variations
Color information
#F6BBAF (or 0xF6BBAF) is known color: Melon. HEX triplet: F6, BB and AF. RGB value is (246,187,175). Sum of RGB (Red+Green+Blue) = 246+187+175=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BBAF is #094450. Grayscale: #CBCBCB. Windows color (decimal): -607313 or 11516918. OLE color: 11516918.
HSL color Cylindrical-coordinate representation of color #F6BBAF: hue angle of 10.14º 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 #F6BBAF is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 175 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.04 |
| HSL | 10.14º | 0.8% | 0.83% | - |
| HSV(B) | 10.14º | 0.29% | 0.96% | - |
| XYZ | 63.51 | 58.23 | 48.45 | - |
| YUV | 203.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 175 | 0 | 0.24 | 0.29 | 0.04 | 10.14 | 0.8 | 0.83 |
| Hex | F6 | BB | AF | 0 | 18 | 1D | 4 | A | 50 | 53 |
| Octal | 366 | 273 | 257 | 0 | 30 | 35 | 4 | 12 | 120 | 123 |
| Binary | 11110110 | 10111011 | 10101111 | 0 | 11000 | 11101 | 100 | 1010 | 1010000 | 1010011 |
Color Harmonies of #F6BBAF
Complementary color
Monochromatic Colors of #F6BBAF
Black with #F6BBAF
Text Example
Text Example
White with #F6BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBAF; }
p { color: rgb(246,187,175); }
H1.HeaderClassName
{
color: #F6BBAF;
}
.AnyTagClassName
{
color: #F6BBAF;
}
</style>
background-color css
<style>
a { background-color: #F6BBAF; }
a { background-color: rgb(246,187,175); }
div.DivClassName
{
background-color: #F6BBAF;
}
.BgClassName
{
background-color: #F6BBAF;
}
</style>
border-color css
<style>
span { border-color: #F6BBAF; }
span { border-color: rgb(246,187,175); }
td.TdClassName
{
border-color: #F6BBAF;
}
.TagClassName
{
border-color: #F6BBAF;
}
</style>