Shades of Melon #FEC0A7
Tints of Melon #FEC0A7
RGB
CMYK
RGB Variations
Color information
#FEC0A7 (or 0xFEC0A7) is known color: Melon. HEX triplet: FE, C0 and A7. RGB value is (254,192,167). Sum of RGB (Red+Green+Blue) = 254+192+167=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0A7 is #013F58. Grayscale: #CFCFCF. Windows color (decimal): -81753 or 10993918. OLE color: 10993918.
HSL color Cylindrical-coordinate representation of color #FEC0A7: hue angle of 17.24º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEC0A7 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 167 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.00 |
| HSL | 17.24º | 0.98% | 0.83% | - |
| HSV(B) | 17.24º | 0.34% | 1% | - |
| XYZ | 66.7 | 61.56 | 44.93 | - |
| YUV | 207.69 | 105.04 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 167 | 0 | 0.24 | 0.34 | 0.00 | 17.24 | 0.98 | 0.83 |
| Hex | FE | C0 | A7 | 0 | 18 | 22 | 0 | 11 | 62 | 53 |
| Octal | 376 | 300 | 247 | 0 | 30 | 42 | 0 | 21 | 142 | 123 |
| Binary | 11111110 | 11000000 | 10100111 | 0 | 11000 | 100010 | 0 | 10001 | 1100010 | 1010011 |
Color Harmonies of #FEC0A7
Complementary color
Monochromatic Colors of #FEC0A7
Black with #FEC0A7
Text Example
Text Example
White with #FEC0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0A7; }
p { color: rgb(254,192,167); }
H1.HeaderClassName
{
color: #FEC0A7;
}
.AnyTagClassName
{
color: #FEC0A7;
}
</style>
background-color css
<style>
a { background-color: #FEC0A7; }
a { background-color: rgb(254,192,167); }
div.DivClassName
{
background-color: #FEC0A7;
}
.BgClassName
{
background-color: #FEC0A7;
}
</style>
border-color css
<style>
span { border-color: #FEC0A7; }
span { border-color: rgb(254,192,167); }
td.TdClassName
{
border-color: #FEC0A7;
}
.TagClassName
{
border-color: #FEC0A7;
}
</style>