Shades of Melon #FEC1AA
Tints of Melon #FEC1AA
RGB
CMYK
RGB Variations
Color information
#FEC1AA (or 0xFEC1AA) is known color: Melon. HEX triplet: FE, C1 and AA. RGB value is (254,193,170). Sum of RGB (Red+Green+Blue) = 254+193+170=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1AA is #013E55. Grayscale: #D0D0D0. Windows color (decimal): -81494 or 11190782. OLE color: 11190782.
HSL color Cylindrical-coordinate representation of color #FEC1AA: hue angle of 16.43º 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 #FEC1AA is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 170 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.00 |
| HSL | 16.43º | 0.98% | 0.83% | - |
| HSV(B) | 16.43º | 0.33% | 1% | - |
| XYZ | 67.2 | 62.11 | 46.48 | - |
| YUV | 208.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 170 | 0 | 0.24 | 0.33 | 0.00 | 16.43 | 0.98 | 0.83 |
| Hex | FE | C1 | AA | 0 | 18 | 21 | 0 | 10 | 62 | 53 |
| Octal | 376 | 301 | 252 | 0 | 30 | 41 | 0 | 20 | 142 | 123 |
| Binary | 11111110 | 11000001 | 10101010 | 0 | 11000 | 100001 | 0 | 10000 | 1100010 | 1010011 |
Color Harmonies of #FEC1AA
Complementary color
Monochromatic Colors of #FEC1AA
Black with #FEC1AA
Text Example
Text Example
White with #FEC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1AA; }
p { color: rgb(254,193,170); }
H1.HeaderClassName
{
color: #FEC1AA;
}
.AnyTagClassName
{
color: #FEC1AA;
}
</style>
background-color css
<style>
a { background-color: #FEC1AA; }
a { background-color: rgb(254,193,170); }
div.DivClassName
{
background-color: #FEC1AA;
}
.BgClassName
{
background-color: #FEC1AA;
}
</style>
border-color css
<style>
span { border-color: #FEC1AA; }
span { border-color: rgb(254,193,170); }
td.TdClassName
{
border-color: #FEC1AA;
}
.TagClassName
{
border-color: #FEC1AA;
}
</style>