Shades of Melon #FEBEB5
Tints of Melon #FEBEB5
RGB
CMYK
RGB Variations
Color information
#FEBEB5 (or 0xFEBEB5) is known color: Melon. HEX triplet: FE, BE and B5. RGB value is (254,190,181). Sum of RGB (Red+Green+Blue) = 254+190+181=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEB5 is #01414A. Grayscale: #D0D0D0. Windows color (decimal): -82251 or 11910910. OLE color: 11910910.
HSL color Cylindrical-coordinate representation of color #FEBEB5: hue angle of 7.4º 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 #FEBEB5 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 181 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.00 |
| HSL | 7.4º | 0.97% | 0.85% | - |
| HSV(B) | 7.4º | 0.29% | 1% | - |
| XYZ | 67.63 | 61.23 | 51.97 | - |
| YUV | 208.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 181 | 0 | 0.25 | 0.29 | 0.00 | 7.4 | 0.97 | 0.85 |
| Hex | FE | BE | B5 | 0 | 19 | 1D | 0 | 7 | 61 | 55 |
| Octal | 376 | 276 | 265 | 0 | 31 | 35 | 0 | 7 | 141 | 125 |
| Binary | 11111110 | 10111110 | 10110101 | 0 | 11001 | 11101 | 0 | 111 | 1100001 | 1010101 |
Color Harmonies of #FEBEB5
Complementary color
Monochromatic Colors of #FEBEB5
Black with #FEBEB5
Text Example
Text Example
White with #FEBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEB5; }
p { color: rgb(254,190,181); }
H1.HeaderClassName
{
color: #FEBEB5;
}
.AnyTagClassName
{
color: #FEBEB5;
}
</style>
background-color css
<style>
a { background-color: #FEBEB5; }
a { background-color: rgb(254,190,181); }
div.DivClassName
{
background-color: #FEBEB5;
}
.BgClassName
{
background-color: #FEBEB5;
}
</style>
border-color css
<style>
span { border-color: #FEBEB5; }
span { border-color: rgb(254,190,181); }
td.TdClassName
{
border-color: #FEBEB5;
}
.TagClassName
{
border-color: #FEBEB5;
}
</style>