Shades of Melon #FEBEAA
Tints of Melon #FEBEAA
RGB
CMYK
RGB Variations
Color information
#FEBEAA (or 0xFEBEAA) is known color: Melon. HEX triplet: FE, BE and AA. RGB value is (254,190,170). Sum of RGB (Red+Green+Blue) = 254+190+170=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEAA is #014155. Grayscale: #CFCFCF. Windows color (decimal): -82262 or 11190014. OLE color: 11190014.
HSL color Cylindrical-coordinate representation of color #FEBEAA: hue angle of 14.29º 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 #FEBEAA is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 170 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.00 |
| HSL | 14.29º | 0.98% | 0.83% | - |
| HSV(B) | 14.29º | 0.33% | 1% | - |
| XYZ | 66.54 | 60.8 | 46.26 | - |
| YUV | 206.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 170 | 0 | 0.25 | 0.33 | 0.00 | 14.29 | 0.98 | 0.83 |
| Hex | FE | BE | AA | 0 | 19 | 21 | 0 | E | 62 | 53 |
| Octal | 376 | 276 | 252 | 0 | 31 | 41 | 0 | 16 | 142 | 123 |
| Binary | 11111110 | 10111110 | 10101010 | 0 | 11001 | 100001 | 0 | 1110 | 1100010 | 1010011 |
Color Harmonies of #FEBEAA
Complementary color
Monochromatic Colors of #FEBEAA
Black with #FEBEAA
Text Example
Text Example
White with #FEBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEAA; }
p { color: rgb(254,190,170); }
H1.HeaderClassName
{
color: #FEBEAA;
}
.AnyTagClassName
{
color: #FEBEAA;
}
</style>
background-color css
<style>
a { background-color: #FEBEAA; }
a { background-color: rgb(254,190,170); }
div.DivClassName
{
background-color: #FEBEAA;
}
.BgClassName
{
background-color: #FEBEAA;
}
</style>
border-color css
<style>
span { border-color: #FEBEAA; }
span { border-color: rgb(254,190,170); }
td.TdClassName
{
border-color: #FEBEAA;
}
.TagClassName
{
border-color: #FEBEAA;
}
</style>