Shades of Melon #FEC0B1
Tints of Melon #FEC0B1
RGB
CMYK
RGB Variations
Color information
#FEC0B1 (or 0xFEC0B1) is known color: Melon. HEX triplet: FE, C0 and B1. RGB value is (254,192,177). Sum of RGB (Red+Green+Blue) = 254+192+177=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0B1 is #013F4E. Grayscale: #D0D0D0. Windows color (decimal): -81743 or 11649278. OLE color: 11649278.
HSL color Cylindrical-coordinate representation of color #FEC0B1: hue angle of 11.69º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEC0B1 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 177 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.00 |
| HSL | 11.69º | 0.97% | 0.85% | - |
| HSV(B) | 11.69º | 0.3% | 1% | - |
| XYZ | 67.66 | 61.94 | 49.99 | - |
| YUV | 208.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 177 | 0 | 0.24 | 0.30 | 0.00 | 11.69 | 0.97 | 0.85 |
| Hex | FE | C0 | B1 | 0 | 18 | 1E | 0 | C | 61 | 55 |
| Octal | 376 | 300 | 261 | 0 | 30 | 36 | 0 | 14 | 141 | 125 |
| Binary | 11111110 | 11000000 | 10110001 | 0 | 11000 | 11110 | 0 | 1100 | 1100001 | 1010101 |
Color Harmonies of #FEC0B1
Complementary color
Monochromatic Colors of #FEC0B1
Black with #FEC0B1
Text Example
Text Example
White with #FEC0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0B1; }
p { color: rgb(254,192,177); }
H1.HeaderClassName
{
color: #FEC0B1;
}
.AnyTagClassName
{
color: #FEC0B1;
}
</style>
background-color css
<style>
a { background-color: #FEC0B1; }
a { background-color: rgb(254,192,177); }
div.DivClassName
{
background-color: #FEC0B1;
}
.BgClassName
{
background-color: #FEC0B1;
}
</style>
border-color css
<style>
span { border-color: #FEC0B1; }
span { border-color: rgb(254,192,177); }
td.TdClassName
{
border-color: #FEC0B1;
}
.TagClassName
{
border-color: #FEC0B1;
}
</style>