Shades of Melon #FEBDAA
Tints of Melon #FEBDAA
RGB
CMYK
RGB Variations
Color information
#FEBDAA (or 0xFEBDAA) is known color: Melon. HEX triplet: FE, BD and AA. RGB value is (254,189,170). Sum of RGB (Red+Green+Blue) = 254+189+170=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBDAA is #014255. Grayscale: #CECECE. Windows color (decimal): -82518 or 11189758. OLE color: 11189758.
HSL color Cylindrical-coordinate representation of color #FEBDAA: hue angle of 13.57º 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 #FEBDAA is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 170 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.00 |
| HSL | 13.57º | 0.98% | 0.83% | - |
| HSV(B) | 13.57º | 0.33% | 1% | - |
| XYZ | 66.33 | 60.37 | 46.19 | - |
| YUV | 206.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 170 | 0 | 0.26 | 0.33 | 0.00 | 13.57 | 0.98 | 0.83 |
| Hex | FE | BD | AA | 0 | 1A | 21 | 0 | E | 62 | 53 |
| Octal | 376 | 275 | 252 | 0 | 32 | 41 | 0 | 16 | 142 | 123 |
| Binary | 11111110 | 10111101 | 10101010 | 0 | 11010 | 100001 | 0 | 1110 | 1100010 | 1010011 |
Color Harmonies of #FEBDAA
Complementary color
Monochromatic Colors of #FEBDAA
Black with #FEBDAA
Text Example
Text Example
White with #FEBDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDAA; }
p { color: rgb(254,189,170); }
H1.HeaderClassName
{
color: #FEBDAA;
}
.AnyTagClassName
{
color: #FEBDAA;
}
</style>
background-color css
<style>
a { background-color: #FEBDAA; }
a { background-color: rgb(254,189,170); }
div.DivClassName
{
background-color: #FEBDAA;
}
.BgClassName
{
background-color: #FEBDAA;
}
</style>
border-color css
<style>
span { border-color: #FEBDAA; }
span { border-color: rgb(254,189,170); }
td.TdClassName
{
border-color: #FEBDAA;
}
.TagClassName
{
border-color: #FEBDAA;
}
</style>