Shades of Melon #FEBCAC
Tints of Melon #FEBCAC
RGB
CMYK
RGB Variations
Color information
#FEBCAC (or 0xFEBCAC) is known color: Melon. HEX triplet: FE, BC and AC. RGB value is (254,188,172). Sum of RGB (Red+Green+Blue) = 254+188+172=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBCAC is #014353. Grayscale: #CECECE. Windows color (decimal): -82772 or 11320574. OLE color: 11320574.
HSL color Cylindrical-coordinate representation of color #FEBCAC: hue angle of 11.71º 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 #FEBCAC is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 172 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.00 |
| HSL | 11.71º | 0.98% | 0.84% | - |
| HSV(B) | 11.71º | 0.32% | 1% | - |
| XYZ | 66.3 | 60.02 | 47.12 | - |
| YUV | 205.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 172 | 0 | 0.26 | 0.32 | 0.00 | 11.71 | 0.98 | 0.84 |
| Hex | FE | BC | AC | 0 | 1A | 20 | 0 | C | 62 | 54 |
| Octal | 376 | 274 | 254 | 0 | 32 | 40 | 0 | 14 | 142 | 124 |
| Binary | 11111110 | 10111100 | 10101100 | 0 | 11010 | 100000 | 0 | 1100 | 1100010 | 1010100 |
Color Harmonies of #FEBCAC
Complementary color
Monochromatic Colors of #FEBCAC
Black with #FEBCAC
Text Example
Text Example
White with #FEBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCAC; }
p { color: rgb(254,188,172); }
H1.HeaderClassName
{
color: #FEBCAC;
}
.AnyTagClassName
{
color: #FEBCAC;
}
</style>
background-color css
<style>
a { background-color: #FEBCAC; }
a { background-color: rgb(254,188,172); }
div.DivClassName
{
background-color: #FEBCAC;
}
.BgClassName
{
background-color: #FEBCAC;
}
</style>
border-color css
<style>
span { border-color: #FEBCAC; }
span { border-color: rgb(254,188,172); }
td.TdClassName
{
border-color: #FEBCAC;
}
.TagClassName
{
border-color: #FEBCAC;
}
</style>