Shades of Melon #FEBEA9
Tints of Melon #FEBEA9
RGB
CMYK
RGB Variations
Color information
#FEBEA9 (or 0xFEBEA9) is known color: Melon. HEX triplet: FE, BE and A9. RGB value is (254,190,169). Sum of RGB (Red+Green+Blue) = 254+190+169=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEA9 is #014156. Grayscale: #CECECE. Windows color (decimal): -82263 or 11124478. OLE color: 11124478.
HSL color Cylindrical-coordinate representation of color #FEBEA9: hue angle of 14.82º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEBEA9 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 169 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.00 |
| HSL | 14.82º | 0.98% | 0.83% | - |
| HSV(B) | 14.82º | 0.33% | 1% | - |
| XYZ | 66.45 | 60.76 | 45.76 | - |
| YUV | 206.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 169 | 0 | 0.25 | 0.33 | 0.00 | 14.82 | 0.98 | 0.83 |
| Hex | FE | BE | A9 | 0 | 19 | 21 | 0 | F | 62 | 53 |
| Octal | 376 | 276 | 251 | 0 | 31 | 41 | 0 | 17 | 142 | 123 |
| Binary | 11111110 | 10111110 | 10101001 | 0 | 11001 | 100001 | 0 | 1111 | 1100010 | 1010011 |
Color Harmonies of #FEBEA9
Complementary color
Monochromatic Colors of #FEBEA9
Black with #FEBEA9
Text Example
Text Example
White with #FEBEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEA9; }
p { color: rgb(254,190,169); }
H1.HeaderClassName
{
color: #FEBEA9;
}
.AnyTagClassName
{
color: #FEBEA9;
}
</style>
background-color css
<style>
a { background-color: #FEBEA9; }
a { background-color: rgb(254,190,169); }
div.DivClassName
{
background-color: #FEBEA9;
}
.BgClassName
{
background-color: #FEBEA9;
}
</style>
border-color css
<style>
span { border-color: #FEBEA9; }
span { border-color: rgb(254,190,169); }
td.TdClassName
{
border-color: #FEBEA9;
}
.TagClassName
{
border-color: #FEBEA9;
}
</style>