Shades of Melon #FEB7A1
Tints of Melon #FEB7A1
RGB
CMYK
RGB Variations
Color information
#FEB7A1 (or 0xFEB7A1) is known color: Melon. HEX triplet: FE, B7 and A1. RGB value is (254,183,161). Sum of RGB (Red+Green+Blue) = 254+183+161=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB7A1 is #01485E. Grayscale: #C9C9C9. Windows color (decimal): -84063 or 10598398. OLE color: 10598398.
HSL color Cylindrical-coordinate representation of color #FEB7A1: hue angle of 14.19º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEB7A1 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 161 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.00 |
| HSL | 14.19º | 0.98% | 0.81% | - |
| HSV(B) | 14.19º | 0.37% | 1% | - |
| XYZ | 64.24 | 57.51 | 41.43 | - |
| YUV | 201.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 161 | 0 | 0.28 | 0.37 | 0.00 | 14.19 | 0.98 | 0.81 |
| Hex | FE | B7 | A1 | 0 | 1C | 25 | 0 | E | 62 | 51 |
| Octal | 376 | 267 | 241 | 0 | 34 | 45 | 0 | 16 | 142 | 121 |
| Binary | 11111110 | 10110111 | 10100001 | 0 | 11100 | 100101 | 0 | 1110 | 1100010 | 1010001 |
Color Harmonies of #FEB7A1
Complementary color
Monochromatic Colors of #FEB7A1
Black with #FEB7A1
Text Example
Text Example
White with #FEB7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7A1; }
p { color: rgb(254,183,161); }
H1.HeaderClassName
{
color: #FEB7A1;
}
.AnyTagClassName
{
color: #FEB7A1;
}
</style>
background-color css
<style>
a { background-color: #FEB7A1; }
a { background-color: rgb(254,183,161); }
div.DivClassName
{
background-color: #FEB7A1;
}
.BgClassName
{
background-color: #FEB7A1;
}
</style>
border-color css
<style>
span { border-color: #FEB7A1; }
span { border-color: rgb(254,183,161); }
td.TdClassName
{
border-color: #FEB7A1;
}
.TagClassName
{
border-color: #FEB7A1;
}
</style>