Shades of Melon #F7B7AF
Tints of Melon #F7B7AF
RGB
CMYK
RGB Variations
Color information
#F7B7AF (or 0xF7B7AF) is known color: Melon. HEX triplet: F7, B7 and AF. RGB value is (247,183,175). Sum of RGB (Red+Green+Blue) = 247+183+175=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B7AF is #084850. Grayscale: #C9C9C9. Windows color (decimal): -542801 or 11515895. OLE color: 11515895.
HSL color Cylindrical-coordinate representation of color #F7B7AF: hue angle of 6.67º 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 #F7B7AF is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 183 | 175 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.03 |
| HSL | 6.67º | 0.82% | 0.83% | - |
| HSV(B) | 6.67º | 0.29% | 0.97% | - |
| XYZ | 63.03 | 56.74 | 48.19 | - |
| YUV | 201.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 175 | 0 | 0.26 | 0.29 | 0.03 | 6.67 | 0.82 | 0.83 |
| Hex | F7 | B7 | AF | 0 | 1A | 1D | 3 | 7 | 52 | 53 |
| Octal | 367 | 267 | 257 | 0 | 32 | 35 | 3 | 7 | 122 | 123 |
| Binary | 11110111 | 10110111 | 10101111 | 0 | 11010 | 11101 | 11 | 111 | 1010010 | 1010011 |
Color Harmonies of #F7B7AF
Complementary color
Monochromatic Colors of #F7B7AF
Black with #F7B7AF
Text Example
Text Example
White with #F7B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B7AF; }
p { color: rgb(247,183,175); }
H1.HeaderClassName
{
color: #F7B7AF;
}
.AnyTagClassName
{
color: #F7B7AF;
}
</style>
background-color css
<style>
a { background-color: #F7B7AF; }
a { background-color: rgb(247,183,175); }
div.DivClassName
{
background-color: #F7B7AF;
}
.BgClassName
{
background-color: #F7B7AF;
}
</style>
border-color css
<style>
span { border-color: #F7B7AF; }
span { border-color: rgb(247,183,175); }
td.TdClassName
{
border-color: #F7B7AF;
}
.TagClassName
{
border-color: #F7B7AF;
}
</style>