Shades of Melon #FEB8AC
Tints of Melon #FEB8AC
RGB
CMYK
RGB Variations
Color information
#FEB8AC (or 0xFEB8AC) is known color: Melon. HEX triplet: FE, B8 and AC. RGB value is (254,184,172). Sum of RGB (Red+Green+Blue) = 254+184+172=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB8AC is #014753. Grayscale: #CBCBCB. Windows color (decimal): -83796 or 11319550. OLE color: 11319550.
HSL color Cylindrical-coordinate representation of color #FEB8AC: hue angle of 8.78º 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 #FEB8AC is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 172 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.00 |
| HSL | 8.78º | 0.98% | 0.84% | - |
| HSV(B) | 8.78º | 0.32% | 1% | - |
| XYZ | 65.46 | 58.33 | 46.84 | - |
| YUV | 203.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 172 | 0 | 0.28 | 0.32 | 0.00 | 8.78 | 0.98 | 0.84 |
| Hex | FE | B8 | AC | 0 | 1C | 20 | 0 | 9 | 62 | 54 |
| Octal | 376 | 270 | 254 | 0 | 34 | 40 | 0 | 11 | 142 | 124 |
| Binary | 11111110 | 10111000 | 10101100 | 0 | 11100 | 100000 | 0 | 1001 | 1100010 | 1010100 |
Color Harmonies of #FEB8AC
Complementary color
Monochromatic Colors of #FEB8AC
Black with #FEB8AC
Text Example
Text Example
White with #FEB8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8AC; }
p { color: rgb(254,184,172); }
H1.HeaderClassName
{
color: #FEB8AC;
}
.AnyTagClassName
{
color: #FEB8AC;
}
</style>
background-color css
<style>
a { background-color: #FEB8AC; }
a { background-color: rgb(254,184,172); }
div.DivClassName
{
background-color: #FEB8AC;
}
.BgClassName
{
background-color: #FEB8AC;
}
</style>
border-color css
<style>
span { border-color: #FEB8AC; }
span { border-color: rgb(254,184,172); }
td.TdClassName
{
border-color: #FEB8AC;
}
.TagClassName
{
border-color: #FEB8AC;
}
</style>