Shades of Melon #FEC0AF
Tints of Melon #FEC0AF
RGB
CMYK
RGB Variations
Color information
#FEC0AF (or 0xFEC0AF) is known color: Melon. HEX triplet: FE, C0 and AF. RGB value is (254,192,175). Sum of RGB (Red+Green+Blue) = 254+192+175=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0AF is #013F50. Grayscale: #D0D0D0. Windows color (decimal): -81745 or 11518206. OLE color: 11518206.
HSL color Cylindrical-coordinate representation of color #FEC0AF: hue angle of 12.91º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEC0AF is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 175 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.00 |
| HSL | 12.91º | 0.98% | 0.84% | - |
| HSV(B) | 12.91º | 0.31% | 1% | - |
| XYZ | 67.46 | 61.87 | 48.94 | - |
| YUV | 208.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 175 | 0 | 0.24 | 0.31 | 0.00 | 12.91 | 0.98 | 0.84 |
| Hex | FE | C0 | AF | 0 | 18 | 1F | 0 | D | 62 | 54 |
| Octal | 376 | 300 | 257 | 0 | 30 | 37 | 0 | 15 | 142 | 124 |
| Binary | 11111110 | 11000000 | 10101111 | 0 | 11000 | 11111 | 0 | 1101 | 1100010 | 1010100 |
Color Harmonies of #FEC0AF
Complementary color
Monochromatic Colors of #FEC0AF
Black with #FEC0AF
Text Example
Text Example
White with #FEC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0AF; }
p { color: rgb(254,192,175); }
H1.HeaderClassName
{
color: #FEC0AF;
}
.AnyTagClassName
{
color: #FEC0AF;
}
</style>
background-color css
<style>
a { background-color: #FEC0AF; }
a { background-color: rgb(254,192,175); }
div.DivClassName
{
background-color: #FEC0AF;
}
.BgClassName
{
background-color: #FEC0AF;
}
</style>
border-color css
<style>
span { border-color: #FEC0AF; }
span { border-color: rgb(254,192,175); }
td.TdClassName
{
border-color: #FEC0AF;
}
.TagClassName
{
border-color: #FEC0AF;
}
</style>