Shades of Melon #FEBEB0
Tints of Melon #FEBEB0
RGB
CMYK
RGB Variations
Color information
#FEBEB0 (or 0xFEBEB0) is known color: Melon. HEX triplet: FE, BE and B0. RGB value is (254,190,176). Sum of RGB (Red+Green+Blue) = 254+190+176=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEB0 is #01414F. Grayscale: #CFCFCF. Windows color (decimal): -82256 or 11583230. OLE color: 11583230.
HSL color Cylindrical-coordinate representation of color #FEBEB0: hue angle of 10.77º 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 #FEBEB0 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 176 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.00 |
| HSL | 10.77º | 0.98% | 0.84% | - |
| HSV(B) | 10.77º | 0.31% | 1% | - |
| XYZ | 67.12 | 61.03 | 49.32 | - |
| YUV | 207.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 176 | 0 | 0.25 | 0.31 | 0.00 | 10.77 | 0.98 | 0.84 |
| Hex | FE | BE | B0 | 0 | 19 | 1F | 0 | B | 62 | 54 |
| Octal | 376 | 276 | 260 | 0 | 31 | 37 | 0 | 13 | 142 | 124 |
| Binary | 11111110 | 10111110 | 10110000 | 0 | 11001 | 11111 | 0 | 1011 | 1100010 | 1010100 |
Color Harmonies of #FEBEB0
Complementary color
Monochromatic Colors of #FEBEB0
Black with #FEBEB0
Text Example
Text Example
White with #FEBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEB0; }
p { color: rgb(254,190,176); }
H1.HeaderClassName
{
color: #FEBEB0;
}
.AnyTagClassName
{
color: #FEBEB0;
}
</style>
background-color css
<style>
a { background-color: #FEBEB0; }
a { background-color: rgb(254,190,176); }
div.DivClassName
{
background-color: #FEBEB0;
}
.BgClassName
{
background-color: #FEBEB0;
}
</style>
border-color css
<style>
span { border-color: #FEBEB0; }
span { border-color: rgb(254,190,176); }
td.TdClassName
{
border-color: #FEBEB0;
}
.TagClassName
{
border-color: #FEBEB0;
}
</style>