Shades of Melon #FEBBAC
Tints of Melon #FEBBAC
RGB
CMYK
RGB Variations
Color information
#FEBBAC (or 0xFEBBAC) is known color: Melon. HEX triplet: FE, BB and AC. RGB value is (254,187,172). Sum of RGB (Red+Green+Blue) = 254+187+172=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBBAC is #014453. Grayscale: #CDCDCD. Windows color (decimal): -83028 or 11320318. OLE color: 11320318.
HSL color Cylindrical-coordinate representation of color #FEBBAC: hue angle of 10.98º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEBBAC is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 172 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.00 |
| HSL | 10.98º | 0.98% | 0.84% | - |
| HSV(B) | 10.98º | 0.32% | 1% | - |
| XYZ | 66.09 | 59.59 | 47.05 | - |
| YUV | 205.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 172 | 0 | 0.26 | 0.32 | 0.00 | 10.98 | 0.98 | 0.84 |
| Hex | FE | BB | AC | 0 | 1A | 20 | 0 | B | 62 | 54 |
| Octal | 376 | 273 | 254 | 0 | 32 | 40 | 0 | 13 | 142 | 124 |
| Binary | 11111110 | 10111011 | 10101100 | 0 | 11010 | 100000 | 0 | 1011 | 1100010 | 1010100 |
Color Harmonies of #FEBBAC
Complementary color
Monochromatic Colors of #FEBBAC
Black with #FEBBAC
Text Example
Text Example
White with #FEBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBAC; }
p { color: rgb(254,187,172); }
H1.HeaderClassName
{
color: #FEBBAC;
}
.AnyTagClassName
{
color: #FEBBAC;
}
</style>
background-color css
<style>
a { background-color: #FEBBAC; }
a { background-color: rgb(254,187,172); }
div.DivClassName
{
background-color: #FEBBAC;
}
.BgClassName
{
background-color: #FEBBAC;
}
</style>
border-color css
<style>
span { border-color: #FEBBAC; }
span { border-color: rgb(254,187,172); }
td.TdClassName
{
border-color: #FEBBAC;
}
.TagClassName
{
border-color: #FEBBAC;
}
</style>