Shades of Melon #FEBDAE
Tints of Melon #FEBDAE
RGB
CMYK
RGB Variations
Color information
#FEBDAE (or 0xFEBDAE) is known color: Melon. HEX triplet: FE, BD and AE. RGB value is (254,189,174). Sum of RGB (Red+Green+Blue) = 254+189+174=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBDAE is #014251. Grayscale: #CECECE. Windows color (decimal): -82514 or 11451902. OLE color: 11451902.
HSL color Cylindrical-coordinate representation of color #FEBDAE: hue angle of 11.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEBDAE is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 174 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.00 |
| HSL | 11.25º | 0.98% | 0.84% | - |
| HSV(B) | 11.25º | 0.31% | 1% | - |
| XYZ | 66.71 | 60.52 | 48.21 | - |
| YUV | 206.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 174 | 0 | 0.26 | 0.31 | 0.00 | 11.25 | 0.98 | 0.84 |
| Hex | FE | BD | AE | 0 | 1A | 1F | 0 | B | 62 | 54 |
| Octal | 376 | 275 | 256 | 0 | 32 | 37 | 0 | 13 | 142 | 124 |
| Binary | 11111110 | 10111101 | 10101110 | 0 | 11010 | 11111 | 0 | 1011 | 1100010 | 1010100 |
Color Harmonies of #FEBDAE
Complementary color
Monochromatic Colors of #FEBDAE
Black with #FEBDAE
Text Example
Text Example
White with #FEBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDAE; }
p { color: rgb(254,189,174); }
H1.HeaderClassName
{
color: #FEBDAE;
}
.AnyTagClassName
{
color: #FEBDAE;
}
</style>
background-color css
<style>
a { background-color: #FEBDAE; }
a { background-color: rgb(254,189,174); }
div.DivClassName
{
background-color: #FEBDAE;
}
.BgClassName
{
background-color: #FEBDAE;
}
</style>
border-color css
<style>
span { border-color: #FEBDAE; }
span { border-color: rgb(254,189,174); }
td.TdClassName
{
border-color: #FEBDAE;
}
.TagClassName
{
border-color: #FEBDAE;
}
</style>