Shades of Melon #FEC0AB
Tints of Melon #FEC0AB
RGB
CMYK
RGB Variations
Color information
#FEC0AB (or 0xFEC0AB) is known color: Melon. HEX triplet: FE, C0 and AB. RGB value is (254,192,171). Sum of RGB (Red+Green+Blue) = 254+192+171=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0AB is #013F54. Grayscale: #D0D0D0. Windows color (decimal): -81749 or 11256062. OLE color: 11256062.
HSL color Cylindrical-coordinate representation of color #FEC0AB: hue angle of 15.18º 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 #FEC0AB is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 171 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.00 |
| HSL | 15.18º | 0.98% | 0.83% | - |
| HSV(B) | 15.18º | 0.33% | 1% | - |
| XYZ | 67.07 | 61.71 | 46.9 | - |
| YUV | 208.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 171 | 0 | 0.24 | 0.33 | 0.00 | 15.18 | 0.98 | 0.83 |
| Hex | FE | C0 | AB | 0 | 18 | 21 | 0 | F | 62 | 53 |
| Octal | 376 | 300 | 253 | 0 | 30 | 41 | 0 | 17 | 142 | 123 |
| Binary | 11111110 | 11000000 | 10101011 | 0 | 11000 | 100001 | 0 | 1111 | 1100010 | 1010011 |
Color Harmonies of #FEC0AB
Complementary color
Monochromatic Colors of #FEC0AB
Black with #FEC0AB
Text Example
Text Example
White with #FEC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0AB; }
p { color: rgb(254,192,171); }
H1.HeaderClassName
{
color: #FEC0AB;
}
.AnyTagClassName
{
color: #FEC0AB;
}
</style>
background-color css
<style>
a { background-color: #FEC0AB; }
a { background-color: rgb(254,192,171); }
div.DivClassName
{
background-color: #FEC0AB;
}
.BgClassName
{
background-color: #FEC0AB;
}
</style>
border-color css
<style>
span { border-color: #FEC0AB; }
span { border-color: rgb(254,192,171); }
td.TdClassName
{
border-color: #FEC0AB;
}
.TagClassName
{
border-color: #FEC0AB;
}
</style>