Shades of Melon #FEBAAC
Tints of Melon #FEBAAC
RGB
CMYK
RGB Variations
Color information
#FEBAAC (or 0xFEBAAC) is known color: Melon. HEX triplet: FE, BA and AC. RGB value is (254,186,172). Sum of RGB (Red+Green+Blue) = 254+186+172=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAAC is #014553. Grayscale: #CCCCCC. Windows color (decimal): -83284 or 11320062. OLE color: 11320062.
HSL color Cylindrical-coordinate representation of color #FEBAAC: hue angle of 10.24º 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 #FEBAAC is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 172 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.00 |
| HSL | 10.24º | 0.98% | 0.84% | - |
| HSV(B) | 10.24º | 0.32% | 1% | - |
| XYZ | 65.88 | 59.17 | 46.98 | - |
| YUV | 204.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 172 | 0 | 0.27 | 0.32 | 0.00 | 10.24 | 0.98 | 0.84 |
| Hex | FE | BA | AC | 0 | 1B | 20 | 0 | A | 62 | 54 |
| Octal | 376 | 272 | 254 | 0 | 33 | 40 | 0 | 12 | 142 | 124 |
| Binary | 11111110 | 10111010 | 10101100 | 0 | 11011 | 100000 | 0 | 1010 | 1100010 | 1010100 |
Color Harmonies of #FEBAAC
Complementary color
Monochromatic Colors of #FEBAAC
Black with #FEBAAC
Text Example
Text Example
White with #FEBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAAC; }
p { color: rgb(254,186,172); }
H1.HeaderClassName
{
color: #FEBAAC;
}
.AnyTagClassName
{
color: #FEBAAC;
}
</style>
background-color css
<style>
a { background-color: #FEBAAC; }
a { background-color: rgb(254,186,172); }
div.DivClassName
{
background-color: #FEBAAC;
}
.BgClassName
{
background-color: #FEBAAC;
}
</style>
border-color css
<style>
span { border-color: #FEBAAC; }
span { border-color: rgb(254,186,172); }
td.TdClassName
{
border-color: #FEBAAC;
}
.TagClassName
{
border-color: #FEBAAC;
}
</style>