Shades of Melon #FEC0B0
Tints of Melon #FEC0B0
RGB
CMYK
RGB Variations
Color information
#FEC0B0 (or 0xFEC0B0) is known color: Melon. HEX triplet: FE, C0 and B0. RGB value is (254,192,176). Sum of RGB (Red+Green+Blue) = 254+192+176=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0B0 is #013F4F. Grayscale: #D0D0D0. Windows color (decimal): -81744 or 11583742. OLE color: 11583742.
HSL color Cylindrical-coordinate representation of color #FEC0B0: hue angle of 12.31º 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 #FEC0B0 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 176 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.00 |
| HSL | 12.31º | 0.98% | 0.84% | - |
| HSV(B) | 12.31º | 0.31% | 1% | - |
| XYZ | 67.56 | 61.9 | 49.46 | - |
| YUV | 208.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 176 | 0 | 0.24 | 0.31 | 0.00 | 12.31 | 0.98 | 0.84 |
| Hex | FE | C0 | B0 | 0 | 18 | 1F | 0 | C | 62 | 54 |
| Octal | 376 | 300 | 260 | 0 | 30 | 37 | 0 | 14 | 142 | 124 |
| Binary | 11111110 | 11000000 | 10110000 | 0 | 11000 | 11111 | 0 | 1100 | 1100010 | 1010100 |
Color Harmonies of #FEC0B0
Complementary color
Monochromatic Colors of #FEC0B0
Black with #FEC0B0
Text Example
Text Example
White with #FEC0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0B0; }
p { color: rgb(254,192,176); }
H1.HeaderClassName
{
color: #FEC0B0;
}
.AnyTagClassName
{
color: #FEC0B0;
}
</style>
background-color css
<style>
a { background-color: #FEC0B0; }
a { background-color: rgb(254,192,176); }
div.DivClassName
{
background-color: #FEC0B0;
}
.BgClassName
{
background-color: #FEC0B0;
}
</style>
border-color css
<style>
span { border-color: #FEC0B0; }
span { border-color: rgb(254,192,176); }
td.TdClassName
{
border-color: #FEC0B0;
}
.TagClassName
{
border-color: #FEC0B0;
}
</style>