Shades of Melon #FEBDA7
Tints of Melon #FEBDA7
RGB
CMYK
RGB Variations
Color information
#FEBDA7 (or 0xFEBDA7) is known color: Melon. HEX triplet: FE, BD and A7. RGB value is (254,189,167). Sum of RGB (Red+Green+Blue) = 254+189+167=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBDA7 is #014258. Grayscale: #CECECE. Windows color (decimal): -82521 or 10993150. OLE color: 10993150.
HSL color Cylindrical-coordinate representation of color #FEBDA7: hue angle of 15.17º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEBDA7 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 167 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.00 |
| HSL | 15.17º | 0.98% | 0.83% | - |
| HSV(B) | 15.17º | 0.34% | 1% | - |
| XYZ | 66.05 | 60.26 | 44.71 | - |
| YUV | 205.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 167 | 0 | 0.26 | 0.34 | 0.00 | 15.17 | 0.98 | 0.83 |
| Hex | FE | BD | A7 | 0 | 1A | 22 | 0 | F | 62 | 53 |
| Octal | 376 | 275 | 247 | 0 | 32 | 42 | 0 | 17 | 142 | 123 |
| Binary | 11111110 | 10111101 | 10100111 | 0 | 11010 | 100010 | 0 | 1111 | 1100010 | 1010011 |
Color Harmonies of #FEBDA7
Complementary color
Monochromatic Colors of #FEBDA7
Black with #FEBDA7
Text Example
Text Example
White with #FEBDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDA7; }
p { color: rgb(254,189,167); }
H1.HeaderClassName
{
color: #FEBDA7;
}
.AnyTagClassName
{
color: #FEBDA7;
}
</style>
background-color css
<style>
a { background-color: #FEBDA7; }
a { background-color: rgb(254,189,167); }
div.DivClassName
{
background-color: #FEBDA7;
}
.BgClassName
{
background-color: #FEBDA7;
}
</style>
border-color css
<style>
span { border-color: #FEBDA7; }
span { border-color: rgb(254,189,167); }
td.TdClassName
{
border-color: #FEBDA7;
}
.TagClassName
{
border-color: #FEBDA7;
}
</style>