Shades of Melon #FEB7AA
Tints of Melon #FEB7AA
RGB
CMYK
RGB Variations
Color information
#FEB7AA (or 0xFEB7AA) is known color: Melon. HEX triplet: FE, B7 and AA. RGB value is (254,183,170). Sum of RGB (Red+Green+Blue) = 254+183+170=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB7AA is #014855. Grayscale: #CACACA. Windows color (decimal): -84054 or 11188222. OLE color: 11188222.
HSL color Cylindrical-coordinate representation of color #FEB7AA: hue angle of 9.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEB7AA is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 170 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.00 |
| HSL | 9.29º | 0.98% | 0.83% | - |
| HSV(B) | 9.29º | 0.33% | 1% | - |
| XYZ | 65.06 | 57.84 | 45.77 | - |
| YUV | 202.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 170 | 0 | 0.28 | 0.33 | 0.00 | 9.29 | 0.98 | 0.83 |
| Hex | FE | B7 | AA | 0 | 1C | 21 | 0 | 9 | 62 | 53 |
| Octal | 376 | 267 | 252 | 0 | 34 | 41 | 0 | 11 | 142 | 123 |
| Binary | 11111110 | 10110111 | 10101010 | 0 | 11100 | 100001 | 0 | 1001 | 1100010 | 1010011 |
Color Harmonies of #FEB7AA
Complementary color
Monochromatic Colors of #FEB7AA
Black with #FEB7AA
Text Example
Text Example
White with #FEB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7AA; }
p { color: rgb(254,183,170); }
H1.HeaderClassName
{
color: #FEB7AA;
}
.AnyTagClassName
{
color: #FEB7AA;
}
</style>
background-color css
<style>
a { background-color: #FEB7AA; }
a { background-color: rgb(254,183,170); }
div.DivClassName
{
background-color: #FEB7AA;
}
.BgClassName
{
background-color: #FEB7AA;
}
</style>
border-color css
<style>
span { border-color: #FEB7AA; }
span { border-color: rgb(254,183,170); }
td.TdClassName
{
border-color: #FEB7AA;
}
.TagClassName
{
border-color: #FEB7AA;
}
</style>