Shades of Melon #FEBCB5
Tints of Melon #FEBCB5
RGB
CMYK
RGB Variations
Color information
#FEBCB5 (or 0xFEBCB5) is known color: Melon. HEX triplet: FE, BC and B5. RGB value is (254,188,181). Sum of RGB (Red+Green+Blue) = 254+188+181=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCB5 is #01434A. Grayscale: #CFCFCF. Windows color (decimal): -82763 or 11910398. OLE color: 11910398.
HSL color Cylindrical-coordinate representation of color #FEBCB5: hue angle of 5.75º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEBCB5 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 181 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.00 |
| HSL | 5.75º | 0.97% | 0.85% | - |
| HSV(B) | 5.75º | 0.29% | 1% | - |
| XYZ | 67.2 | 60.37 | 51.83 | - |
| YUV | 206.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 181 | 0 | 0.26 | 0.29 | 0.00 | 5.75 | 0.97 | 0.85 |
| Hex | FE | BC | B5 | 0 | 1A | 1D | 0 | 6 | 61 | 55 |
| Octal | 376 | 274 | 265 | 0 | 32 | 35 | 0 | 6 | 141 | 125 |
| Binary | 11111110 | 10111100 | 10110101 | 0 | 11010 | 11101 | 0 | 110 | 1100001 | 1010101 |
Color Harmonies of #FEBCB5
Complementary color
Monochromatic Colors of #FEBCB5
Black with #FEBCB5
Text Example
Text Example
White with #FEBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCB5; }
p { color: rgb(254,188,181); }
H1.HeaderClassName
{
color: #FEBCB5;
}
.AnyTagClassName
{
color: #FEBCB5;
}
</style>
background-color css
<style>
a { background-color: #FEBCB5; }
a { background-color: rgb(254,188,181); }
div.DivClassName
{
background-color: #FEBCB5;
}
.BgClassName
{
background-color: #FEBCB5;
}
</style>
border-color css
<style>
span { border-color: #FEBCB5; }
span { border-color: rgb(254,188,181); }
td.TdClassName
{
border-color: #FEBCB5;
}
.TagClassName
{
border-color: #FEBCB5;
}
</style>