Shades of Melon #FEBDA6
Tints of Melon #FEBDA6
RGB
CMYK
RGB Variations
Color information
#FEBDA6 (or 0xFEBDA6) is known color: Melon. HEX triplet: FE, BD and A6. RGB value is (254,189,166). Sum of RGB (Red+Green+Blue) = 254+189+166=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBDA6 is #014259. Grayscale: #CDCDCD. Windows color (decimal): -82522 or 10927614. OLE color: 10927614.
HSL color Cylindrical-coordinate representation of color #FEBDA6: hue angle of 15.68º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEBDA6 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 166 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.00 |
| HSL | 15.68º | 0.98% | 0.82% | - |
| HSV(B) | 15.68º | 0.35% | 1% | - |
| XYZ | 65.95 | 60.22 | 44.22 | - |
| YUV | 205.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 166 | 0 | 0.26 | 0.35 | 0.00 | 15.68 | 0.98 | 0.82 |
| Hex | FE | BD | A6 | 0 | 1A | 23 | 0 | 10 | 62 | 52 |
| Octal | 376 | 275 | 246 | 0 | 32 | 43 | 0 | 20 | 142 | 122 |
| Binary | 11111110 | 10111101 | 10100110 | 0 | 11010 | 100011 | 0 | 10000 | 1100010 | 1010010 |
Color Harmonies of #FEBDA6
Complementary color
Monochromatic Colors of #FEBDA6
Black with #FEBDA6
Text Example
Text Example
White with #FEBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDA6; }
p { color: rgb(254,189,166); }
H1.HeaderClassName
{
color: #FEBDA6;
}
.AnyTagClassName
{
color: #FEBDA6;
}
</style>
background-color css
<style>
a { background-color: #FEBDA6; }
a { background-color: rgb(254,189,166); }
div.DivClassName
{
background-color: #FEBDA6;
}
.BgClassName
{
background-color: #FEBDA6;
}
</style>
border-color css
<style>
span { border-color: #FEBDA6; }
span { border-color: rgb(254,189,166); }
td.TdClassName
{
border-color: #FEBDA6;
}
.TagClassName
{
border-color: #FEBDA6;
}
</style>