Shades of Melon #FFB7AF
Tints of Melon #FFB7AF
RGB
CMYK
RGB Variations
Color information
#FFB7AF (or 0xFFB7AF) is known color: Melon. HEX triplet: FF, B7 and AF. RGB value is (255,183,175). Sum of RGB (Red+Green+Blue) = 255+183+175=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7AF is #004850. Grayscale: #CBCBCB. Windows color (decimal): -18513 or 11515903. OLE color: 11515903.
HSL color Cylindrical-coordinate representation of color #FFB7AF: hue angle of 6º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB7AF is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 175 | - |
| CMYK | 0 | 0.28 | 0.31 | 0 |
| HSL | 6º | 1% | 0.84% | - |
| HSV(B) | 6º | 0.31% | 1% | - |
| XYZ | 65.91 | 58.22 | 48.32 | - |
| YUV | 203.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 175 | 0 | 0.28 | 0.31 | 0 | 6 | 1 | 0.84 |
| Hex | FF | B7 | AF | 0 | 1C | 1F | 0 | 6 | 64 | 54 |
| Octal | 377 | 267 | 257 | 0 | 34 | 37 | 0 | 6 | 144 | 124 |
| Binary | 11111111 | 10110111 | 10101111 | 0 | 11100 | 11111 | 0 | 110 | 1100100 | 1010100 |
Color Harmonies of #FFB7AF
Complementary color
Monochromatic Colors of #FFB7AF
Black with #FFB7AF
Text Example
Text Example
White with #FFB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7AF; }
p { color: rgb(255,183,175); }
H1.HeaderClassName
{
color: #FFB7AF;
}
.AnyTagClassName
{
color: #FFB7AF;
}
</style>
background-color css
<style>
a { background-color: #FFB7AF; }
a { background-color: rgb(255,183,175); }
div.DivClassName
{
background-color: #FFB7AF;
}
.BgClassName
{
background-color: #FFB7AF;
}
</style>
border-color css
<style>
span { border-color: #FFB7AF; }
span { border-color: rgb(255,183,175); }
td.TdClassName
{
border-color: #FFB7AF;
}
.TagClassName
{
border-color: #FFB7AF;
}
</style>