Shades of Melon #FEB9AD
Tints of Melon #FEB9AD
RGB
CMYK
RGB Variations
Color information
#FEB9AD (or 0xFEB9AD) is known color: Melon. HEX triplet: FE, B9 and AD. RGB value is (254,185,173). Sum of RGB (Red+Green+Blue) = 254+185+173=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9AD is #014652. Grayscale: #CCCCCC. Windows color (decimal): -83539 or 11385342. OLE color: 11385342.
HSL color Cylindrical-coordinate representation of color #FEB9AD: hue angle of 8.89º 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 #FEB9AD is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 173 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.00 |
| HSL | 8.89º | 0.98% | 0.84% | - |
| HSV(B) | 8.89º | 0.32% | 1% | - |
| XYZ | 65.76 | 58.79 | 47.42 | - |
| YUV | 204.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 173 | 0 | 0.27 | 0.32 | 0.00 | 8.89 | 0.98 | 0.84 |
| Hex | FE | B9 | AD | 0 | 1B | 20 | 0 | 9 | 62 | 54 |
| Octal | 376 | 271 | 255 | 0 | 33 | 40 | 0 | 11 | 142 | 124 |
| Binary | 11111110 | 10111001 | 10101101 | 0 | 11011 | 100000 | 0 | 1001 | 1100010 | 1010100 |
Color Harmonies of #FEB9AD
Complementary color
Monochromatic Colors of #FEB9AD
Black with #FEB9AD
Text Example
Text Example
White with #FEB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9AD; }
p { color: rgb(254,185,173); }
H1.HeaderClassName
{
color: #FEB9AD;
}
.AnyTagClassName
{
color: #FEB9AD;
}
</style>
background-color css
<style>
a { background-color: #FEB9AD; }
a { background-color: rgb(254,185,173); }
div.DivClassName
{
background-color: #FEB9AD;
}
.BgClassName
{
background-color: #FEB9AD;
}
</style>
border-color css
<style>
span { border-color: #FEB9AD; }
span { border-color: rgb(254,185,173); }
td.TdClassName
{
border-color: #FEB9AD;
}
.TagClassName
{
border-color: #FEB9AD;
}
</style>