Shades of Melon #FEC2AA
Tints of Melon #FEC2AA
RGB
CMYK
RGB Variations
Color information
#FEC2AA (or 0xFEC2AA) is known color: Melon. HEX triplet: FE, C2 and AA. RGB value is (254,194,170). Sum of RGB (Red+Green+Blue) = 254+194+170=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2AA is #013D55. Grayscale: #D1D1D1. Windows color (decimal): -81238 or 11191038. OLE color: 11191038.
HSL color Cylindrical-coordinate representation of color #FEC2AA: hue angle of 17.14º 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 #FEC2AA is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 170 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.00 |
| HSL | 17.14º | 0.98% | 0.83% | - |
| HSV(B) | 17.14º | 0.33% | 1% | - |
| XYZ | 67.42 | 62.56 | 46.55 | - |
| YUV | 209.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 170 | 0 | 0.24 | 0.33 | 0.00 | 17.14 | 0.98 | 0.83 |
| Hex | FE | C2 | AA | 0 | 18 | 21 | 0 | 11 | 62 | 53 |
| Octal | 376 | 302 | 252 | 0 | 30 | 41 | 0 | 21 | 142 | 123 |
| Binary | 11111110 | 11000010 | 10101010 | 0 | 11000 | 100001 | 0 | 10001 | 1100010 | 1010011 |
Color Harmonies of #FEC2AA
Complementary color
Monochromatic Colors of #FEC2AA
Black with #FEC2AA
Text Example
Text Example
White with #FEC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2AA; }
p { color: rgb(254,194,170); }
H1.HeaderClassName
{
color: #FEC2AA;
}
.AnyTagClassName
{
color: #FEC2AA;
}
</style>
background-color css
<style>
a { background-color: #FEC2AA; }
a { background-color: rgb(254,194,170); }
div.DivClassName
{
background-color: #FEC2AA;
}
.BgClassName
{
background-color: #FEC2AA;
}
</style>
border-color css
<style>
span { border-color: #FEC2AA; }
span { border-color: rgb(254,194,170); }
td.TdClassName
{
border-color: #FEC2AA;
}
.TagClassName
{
border-color: #FEC2AA;
}
</style>