Shades of Melon #FEC0AC
Tints of Melon #FEC0AC
RGB
CMYK
RGB Variations
Color information
#FEC0AC (or 0xFEC0AC) is known color: Melon. HEX triplet: FE, C0 and AC. RGB value is (254,192,172). Sum of RGB (Red+Green+Blue) = 254+192+172=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0AC is #013F53. Grayscale: #D0D0D0. Windows color (decimal): -81748 or 11321598. OLE color: 11321598.
HSL color Cylindrical-coordinate representation of color #FEC0AC: hue angle of 14.63º 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 #FEC0AC is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 172 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.00 |
| HSL | 14.63º | 0.98% | 0.84% | - |
| HSV(B) | 14.63º | 0.32% | 1% | - |
| XYZ | 67.17 | 61.75 | 47.41 | - |
| YUV | 208.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 172 | 0 | 0.24 | 0.32 | 0.00 | 14.63 | 0.98 | 0.84 |
| Hex | FE | C0 | AC | 0 | 18 | 20 | 0 | F | 62 | 54 |
| Octal | 376 | 300 | 254 | 0 | 30 | 40 | 0 | 17 | 142 | 124 |
| Binary | 11111110 | 11000000 | 10101100 | 0 | 11000 | 100000 | 0 | 1111 | 1100010 | 1010100 |
Color Harmonies of #FEC0AC
Complementary color
Monochromatic Colors of #FEC0AC
Black with #FEC0AC
Text Example
Text Example
White with #FEC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0AC; }
p { color: rgb(254,192,172); }
H1.HeaderClassName
{
color: #FEC0AC;
}
.AnyTagClassName
{
color: #FEC0AC;
}
</style>
background-color css
<style>
a { background-color: #FEC0AC; }
a { background-color: rgb(254,192,172); }
div.DivClassName
{
background-color: #FEC0AC;
}
.BgClassName
{
background-color: #FEC0AC;
}
</style>
border-color css
<style>
span { border-color: #FEC0AC; }
span { border-color: rgb(254,192,172); }
td.TdClassName
{
border-color: #FEC0AC;
}
.TagClassName
{
border-color: #FEC0AC;
}
</style>