Shades of Melon #FEC0AD
Tints of Melon #FEC0AD
RGB
CMYK
RGB Variations
Color information
#FEC0AD (or 0xFEC0AD) is known color: Melon. HEX triplet: FE, C0 and AD. RGB value is (254,192,173). Sum of RGB (Red+Green+Blue) = 254+192+173=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0AD is #013F52. Grayscale: #D0D0D0. Windows color (decimal): -81747 or 11387134. OLE color: 11387134.
HSL color Cylindrical-coordinate representation of color #FEC0AD: hue angle of 14.07º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEC0AD is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 173 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.00 |
| HSL | 14.07º | 0.98% | 0.84% | - |
| HSV(B) | 14.07º | 0.32% | 1% | - |
| XYZ | 67.27 | 61.79 | 47.92 | - |
| YUV | 208.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 173 | 0 | 0.24 | 0.32 | 0.00 | 14.07 | 0.98 | 0.84 |
| Hex | FE | C0 | AD | 0 | 18 | 20 | 0 | E | 62 | 54 |
| Octal | 376 | 300 | 255 | 0 | 30 | 40 | 0 | 16 | 142 | 124 |
| Binary | 11111110 | 11000000 | 10101101 | 0 | 11000 | 100000 | 0 | 1110 | 1100010 | 1010100 |
Color Harmonies of #FEC0AD
Complementary color
Monochromatic Colors of #FEC0AD
Black with #FEC0AD
Text Example
Text Example
White with #FEC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0AD; }
p { color: rgb(254,192,173); }
H1.HeaderClassName
{
color: #FEC0AD;
}
.AnyTagClassName
{
color: #FEC0AD;
}
</style>
background-color css
<style>
a { background-color: #FEC0AD; }
a { background-color: rgb(254,192,173); }
div.DivClassName
{
background-color: #FEC0AD;
}
.BgClassName
{
background-color: #FEC0AD;
}
</style>
border-color css
<style>
span { border-color: #FEC0AD; }
span { border-color: rgb(254,192,173); }
td.TdClassName
{
border-color: #FEC0AD;
}
.TagClassName
{
border-color: #FEC0AD;
}
</style>