Shades of Melon #FEBCA8
Tints of Melon #FEBCA8
RGB
CMYK
RGB Variations
Color information
#FEBCA8 (or 0xFEBCA8) is known color: Melon. HEX triplet: FE, BC and A8. RGB value is (254,188,168). Sum of RGB (Red+Green+Blue) = 254+188+168=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBCA8 is #014357. Grayscale: #CDCDCD. Windows color (decimal): -82776 or 11058430. OLE color: 11058430.
HSL color Cylindrical-coordinate representation of color #FEBCA8: hue angle of 13.95º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEBCA8 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 168 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.00 |
| HSL | 13.95º | 0.98% | 0.83% | - |
| HSV(B) | 13.95º | 0.34% | 1% | - |
| XYZ | 65.92 | 59.86 | 45.13 | - |
| YUV | 205.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 168 | 0 | 0.26 | 0.34 | 0.00 | 13.95 | 0.98 | 0.83 |
| Hex | FE | BC | A8 | 0 | 1A | 22 | 0 | E | 62 | 53 |
| Octal | 376 | 274 | 250 | 0 | 32 | 42 | 0 | 16 | 142 | 123 |
| Binary | 11111110 | 10111100 | 10101000 | 0 | 11010 | 100010 | 0 | 1110 | 1100010 | 1010011 |
Color Harmonies of #FEBCA8
Complementary color
Monochromatic Colors of #FEBCA8
Black with #FEBCA8
Text Example
Text Example
White with #FEBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCA8; }
p { color: rgb(254,188,168); }
H1.HeaderClassName
{
color: #FEBCA8;
}
.AnyTagClassName
{
color: #FEBCA8;
}
</style>
background-color css
<style>
a { background-color: #FEBCA8; }
a { background-color: rgb(254,188,168); }
div.DivClassName
{
background-color: #FEBCA8;
}
.BgClassName
{
background-color: #FEBCA8;
}
</style>
border-color css
<style>
span { border-color: #FEBCA8; }
span { border-color: rgb(254,188,168); }
td.TdClassName
{
border-color: #FEBCA8;
}
.TagClassName
{
border-color: #FEBCA8;
}
</style>