Shades of Melon #FEC1A8
Tints of Melon #FEC1A8
RGB
CMYK
RGB Variations
Color information
#FEC1A8 (or 0xFEC1A8) is known color: Melon. HEX triplet: FE, C1 and A8. RGB value is (254,193,168). Sum of RGB (Red+Green+Blue) = 254+193+168=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 168 (66.02% from 255 or 27.32% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1A8 is #013E57. Grayscale: #D0D0D0. Windows color (decimal): -81496 or 11059710. OLE color: 11059710.
HSL color Cylindrical-coordinate representation of color #FEC1A8: hue angle of 17.44º 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 #FEC1A8 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 168 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.00 |
| HSL | 17.44º | 0.98% | 0.83% | - |
| HSV(B) | 17.44º | 0.34% | 1% | - |
| XYZ | 67.01 | 62.04 | 45.49 | - |
| YUV | 208.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 168 | 0 | 0.24 | 0.34 | 0.00 | 17.44 | 0.98 | 0.83 |
| Hex | FE | C1 | A8 | 0 | 18 | 22 | 0 | 11 | 62 | 53 |
| Octal | 376 | 301 | 250 | 0 | 30 | 42 | 0 | 21 | 142 | 123 |
| Binary | 11111110 | 11000001 | 10101000 | 0 | 11000 | 100010 | 0 | 10001 | 1100010 | 1010011 |
Color Harmonies of #FEC1A8
Complementary color
Monochromatic Colors of #FEC1A8
Black with #FEC1A8
Text Example
Text Example
White with #FEC1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1A8; }
p { color: rgb(254,193,168); }
H1.HeaderClassName
{
color: #FEC1A8;
}
.AnyTagClassName
{
color: #FEC1A8;
}
</style>
background-color css
<style>
a { background-color: #FEC1A8; }
a { background-color: rgb(254,193,168); }
div.DivClassName
{
background-color: #FEC1A8;
}
.BgClassName
{
background-color: #FEC1A8;
}
</style>
border-color css
<style>
span { border-color: #FEC1A8; }
span { border-color: rgb(254,193,168); }
td.TdClassName
{
border-color: #FEC1A8;
}
.TagClassName
{
border-color: #FEC1A8;
}
</style>