Shades of Melon #F7B9AF
Tints of Melon #F7B9AF
RGB
CMYK
RGB Variations
Color information
#F7B9AF (or 0xF7B9AF) is known color: Melon. HEX triplet: F7, B9 and AF. RGB value is (247,185,175). Sum of RGB (Red+Green+Blue) = 247+185+175=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B9AF is #084650. Grayscale: #CACACA. Windows color (decimal): -542289 or 11516407. OLE color: 11516407.
HSL color Cylindrical-coordinate representation of color #F7B9AF: hue angle of 8.33º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7B9AF is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 185 | 175 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.03 |
| HSL | 8.33º | 0.82% | 0.83% | - |
| HSV(B) | 8.33º | 0.29% | 0.97% | - |
| XYZ | 63.44 | 57.57 | 48.33 | - |
| YUV | 202.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 185 | 175 | 0 | 0.25 | 0.29 | 0.03 | 8.33 | 0.82 | 0.83 |
| Hex | F7 | B9 | AF | 0 | 19 | 1D | 3 | 8 | 52 | 53 |
| Octal | 367 | 271 | 257 | 0 | 31 | 35 | 3 | 10 | 122 | 123 |
| Binary | 11110111 | 10111001 | 10101111 | 0 | 11001 | 11101 | 11 | 1000 | 1010010 | 1010011 |
Color Harmonies of #F7B9AF
Complementary color
Monochromatic Colors of #F7B9AF
Black with #F7B9AF
Text Example
Text Example
White with #F7B9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B9AF; }
p { color: rgb(247,185,175); }
H1.HeaderClassName
{
color: #F7B9AF;
}
.AnyTagClassName
{
color: #F7B9AF;
}
</style>
background-color css
<style>
a { background-color: #F7B9AF; }
a { background-color: rgb(247,185,175); }
div.DivClassName
{
background-color: #F7B9AF;
}
.BgClassName
{
background-color: #F7B9AF;
}
</style>
border-color css
<style>
span { border-color: #F7B9AF; }
span { border-color: rgb(247,185,175); }
td.TdClassName
{
border-color: #F7B9AF;
}
.TagClassName
{
border-color: #F7B9AF;
}
</style>