Shades of Melon #FEC1B0
Tints of Melon #FEC1B0
RGB
CMYK
RGB Variations
Color information
#FEC1B0 (or 0xFEC1B0) is known color: Melon. HEX triplet: FE, C1 and B0. RGB value is (254,193,176). Sum of RGB (Red+Green+Blue) = 254+193+176=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 176 (69.14% from 255 or 28.25% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1B0 is #013E4F. Grayscale: #D1D1D1. Windows color (decimal): -81488 or 11583998. OLE color: 11583998.
HSL color Cylindrical-coordinate representation of color #FEC1B0: hue angle of 13.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEC1B0 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 176 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.00 |
| HSL | 13.08º | 0.98% | 0.84% | - |
| HSV(B) | 13.08º | 0.31% | 1% | - |
| XYZ | 67.78 | 62.35 | 49.54 | - |
| YUV | 209.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 176 | 0 | 0.24 | 0.31 | 0.00 | 13.08 | 0.98 | 0.84 |
| Hex | FE | C1 | B0 | 0 | 18 | 1F | 0 | D | 62 | 54 |
| Octal | 376 | 301 | 260 | 0 | 30 | 37 | 0 | 15 | 142 | 124 |
| Binary | 11111110 | 11000001 | 10110000 | 0 | 11000 | 11111 | 0 | 1101 | 1100010 | 1010100 |
Color Harmonies of #FEC1B0
Complementary color
Monochromatic Colors of #FEC1B0
Black with #FEC1B0
Text Example
Text Example
White with #FEC1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1B0; }
p { color: rgb(254,193,176); }
H1.HeaderClassName
{
color: #FEC1B0;
}
.AnyTagClassName
{
color: #FEC1B0;
}
</style>
background-color css
<style>
a { background-color: #FEC1B0; }
a { background-color: rgb(254,193,176); }
div.DivClassName
{
background-color: #FEC1B0;
}
.BgClassName
{
background-color: #FEC1B0;
}
</style>
border-color css
<style>
span { border-color: #FEC1B0; }
span { border-color: rgb(254,193,176); }
td.TdClassName
{
border-color: #FEC1B0;
}
.TagClassName
{
border-color: #FEC1B0;
}
</style>