Shades of Melon #F5B7AF
Tints of Melon #F5B7AF
RGB
CMYK
RGB Variations
Color information
#F5B7AF (or 0xF5B7AF) is known color: Melon. HEX triplet: F5, B7 and AF. RGB value is (245,183,175). Sum of RGB (Red+Green+Blue) = 245+183+175=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B7AF is #0A4850. Grayscale: #C8C8C8. Windows color (decimal): -673873 or 11515893. OLE color: 11515893.
HSL color Cylindrical-coordinate representation of color #F5B7AF: hue angle of 6.86º degrees, saturation: 0.78, 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 #F5B7AF is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 183 | 175 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.04 |
| HSL | 6.86º | 0.78% | 0.82% | - |
| HSV(B) | 6.86º | 0.29% | 0.96% | - |
| XYZ | 62.33 | 56.37 | 48.15 | - |
| YUV | 200.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 183 | 175 | 0 | 0.25 | 0.29 | 0.04 | 6.86 | 0.78 | 0.82 |
| Hex | F5 | B7 | AF | 0 | 19 | 1D | 4 | 7 | 4E | 52 |
| Octal | 365 | 267 | 257 | 0 | 31 | 35 | 4 | 7 | 116 | 122 |
| Binary | 11110101 | 10110111 | 10101111 | 0 | 11001 | 11101 | 100 | 111 | 1001110 | 1010010 |
Color Harmonies of #F5B7AF
Complementary color
Monochromatic Colors of #F5B7AF
Black with #F5B7AF
Text Example
Text Example
White with #F5B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B7AF; }
p { color: rgb(245,183,175); }
H1.HeaderClassName
{
color: #F5B7AF;
}
.AnyTagClassName
{
color: #F5B7AF;
}
</style>
background-color css
<style>
a { background-color: #F5B7AF; }
a { background-color: rgb(245,183,175); }
div.DivClassName
{
background-color: #F5B7AF;
}
.BgClassName
{
background-color: #F5B7AF;
}
</style>
border-color css
<style>
span { border-color: #F5B7AF; }
span { border-color: rgb(245,183,175); }
td.TdClassName
{
border-color: #F5B7AF;
}
.TagClassName
{
border-color: #F5B7AF;
}
</style>