Shades of Melon #FEBAB0
Tints of Melon #FEBAB0
RGB
CMYK
RGB Variations
Color information
#FEBAB0 (or 0xFEBAB0) is known color: Melon. HEX triplet: FE, BA and B0. RGB value is (254,186,176). Sum of RGB (Red+Green+Blue) = 254+186+176=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAB0 is #01454F. Grayscale: #CDCDCD. Windows color (decimal): -83280 or 11582206. OLE color: 11582206.
HSL color Cylindrical-coordinate representation of color #FEBAB0: hue angle of 7.69º 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 #FEBAB0 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 176 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.00 |
| HSL | 7.69º | 0.98% | 0.84% | - |
| HSV(B) | 7.69º | 0.31% | 1% | - |
| XYZ | 66.27 | 59.32 | 49.03 | - |
| YUV | 205.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 176 | 0 | 0.27 | 0.31 | 0.00 | 7.69 | 0.98 | 0.84 |
| Hex | FE | BA | B0 | 0 | 1B | 1F | 0 | 8 | 62 | 54 |
| Octal | 376 | 272 | 260 | 0 | 33 | 37 | 0 | 10 | 142 | 124 |
| Binary | 11111110 | 10111010 | 10110000 | 0 | 11011 | 11111 | 0 | 1000 | 1100010 | 1010100 |
Color Harmonies of #FEBAB0
Complementary color
Monochromatic Colors of #FEBAB0
Black with #FEBAB0
Text Example
Text Example
White with #FEBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAB0; }
p { color: rgb(254,186,176); }
H1.HeaderClassName
{
color: #FEBAB0;
}
.AnyTagClassName
{
color: #FEBAB0;
}
</style>
background-color css
<style>
a { background-color: #FEBAB0; }
a { background-color: rgb(254,186,176); }
div.DivClassName
{
background-color: #FEBAB0;
}
.BgClassName
{
background-color: #FEBAB0;
}
</style>
border-color css
<style>
span { border-color: #FEBAB0; }
span { border-color: rgb(254,186,176); }
td.TdClassName
{
border-color: #FEBAB0;
}
.TagClassName
{
border-color: #FEBAB0;
}
</style>