Shades of Melon #FEBDAD
Tints of Melon #FEBDAD
RGB
CMYK
RGB Variations
Color information
#FEBDAD (or 0xFEBDAD) is known color: Melon. HEX triplet: FE, BD and AD. RGB value is (254,189,173). Sum of RGB (Red+Green+Blue) = 254+189+173=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBDAD is #014252. Grayscale: #CECECE. Windows color (decimal): -82515 or 11386366. OLE color: 11386366.
HSL color Cylindrical-coordinate representation of color #FEBDAD: hue angle of 11.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEBDAD is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 173 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.00 |
| HSL | 11.85º | 0.98% | 0.84% | - |
| HSV(B) | 11.85º | 0.32% | 1% | - |
| XYZ | 66.61 | 60.48 | 47.7 | - |
| YUV | 206.61 | 109.03 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 173 | 0 | 0.26 | 0.32 | 0.00 | 11.85 | 0.98 | 0.84 |
| Hex | FE | BD | AD | 0 | 1A | 20 | 0 | C | 62 | 54 |
| Octal | 376 | 275 | 255 | 0 | 32 | 40 | 0 | 14 | 142 | 124 |
| Binary | 11111110 | 10111101 | 10101101 | 0 | 11010 | 100000 | 0 | 1100 | 1100010 | 1010100 |
Color Harmonies of #FEBDAD
Complementary color
Monochromatic Colors of #FEBDAD
Black with #FEBDAD
Text Example
Text Example
White with #FEBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDAD; }
p { color: rgb(254,189,173); }
H1.HeaderClassName
{
color: #FEBDAD;
}
.AnyTagClassName
{
color: #FEBDAD;
}
</style>
background-color css
<style>
a { background-color: #FEBDAD; }
a { background-color: rgb(254,189,173); }
div.DivClassName
{
background-color: #FEBDAD;
}
.BgClassName
{
background-color: #FEBDAD;
}
</style>
border-color css
<style>
span { border-color: #FEBDAD; }
span { border-color: rgb(254,189,173); }
td.TdClassName
{
border-color: #FEBDAD;
}
.TagClassName
{
border-color: #FEBDAD;
}
</style>