Shades of Melon #FFB7A7
Tints of Melon #FFB7A7
RGB
CMYK
RGB Variations
Color information
#FFB7A7 (or 0xFFB7A7) is known color: Melon. HEX triplet: FF, B7 and A7. RGB value is (255,183,167). Sum of RGB (Red+Green+Blue) = 255+183+167=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 167 (65.62% from 255 or 27.60% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7A7 is #004858. Grayscale: #CACACA. Windows color (decimal): -18521 or 10991615. OLE color: 10991615.
HSL color Cylindrical-coordinate representation of color #FFB7A7: hue angle of 10.91º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFB7A7 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 167 | - |
| CMYK | 0 | 0.28 | 0.35 | 0 |
| HSL | 10.91º | 1% | 0.83% | - |
| HSV(B) | 10.91º | 0.35% | 1% | - |
| XYZ | 65.15 | 57.92 | 44.3 | - |
| YUV | 202.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 167 | 0 | 0.28 | 0.35 | 0 | 10.91 | 1 | 0.83 |
| Hex | FF | B7 | A7 | 0 | 1C | 23 | 0 | B | 64 | 53 |
| Octal | 377 | 267 | 247 | 0 | 34 | 43 | 0 | 13 | 144 | 123 |
| Binary | 11111111 | 10110111 | 10100111 | 0 | 11100 | 100011 | 0 | 1011 | 1100100 | 1010011 |
Color Harmonies of #FFB7A7
Complementary color
Monochromatic Colors of #FFB7A7
Black with #FFB7A7
Text Example
Text Example
White with #FFB7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7A7; }
p { color: rgb(255,183,167); }
H1.HeaderClassName
{
color: #FFB7A7;
}
.AnyTagClassName
{
color: #FFB7A7;
}
</style>
background-color css
<style>
a { background-color: #FFB7A7; }
a { background-color: rgb(255,183,167); }
div.DivClassName
{
background-color: #FFB7A7;
}
.BgClassName
{
background-color: #FFB7A7;
}
</style>
border-color css
<style>
span { border-color: #FFB7A7; }
span { border-color: rgb(255,183,167); }
td.TdClassName
{
border-color: #FFB7A7;
}
.TagClassName
{
border-color: #FFB7A7;
}
</style>