Shades of Melon #FEB5AD
Tints of Melon #FEB5AD
RGB
CMYK
RGB Variations
Color information
#FEB5AD (or 0xFEB5AD) is known color: Melon. HEX triplet: FE, B5 and AD. RGB value is (254,181,173). Sum of RGB (Red+Green+Blue) = 254+181+173=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB5AD is #014A52. Grayscale: #CACACA. Windows color (decimal): -84563 or 11384318. OLE color: 11384318.
HSL color Cylindrical-coordinate representation of color #FEB5AD: hue angle of 5.93º 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 #FEB5AD is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 173 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.00 |
| HSL | 5.93º | 0.98% | 0.84% | - |
| HSV(B) | 5.93º | 0.32% | 1% | - |
| XYZ | 64.94 | 57.14 | 47.14 | - |
| YUV | 201.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 173 | 0 | 0.29 | 0.32 | 0.00 | 5.93 | 0.98 | 0.84 |
| Hex | FE | B5 | AD | 0 | 1D | 20 | 0 | 6 | 62 | 54 |
| Octal | 376 | 265 | 255 | 0 | 35 | 40 | 0 | 6 | 142 | 124 |
| Binary | 11111110 | 10110101 | 10101101 | 0 | 11101 | 100000 | 0 | 110 | 1100010 | 1010100 |
Color Harmonies of #FEB5AD
Complementary color
Monochromatic Colors of #FEB5AD
Black with #FEB5AD
Text Example
Text Example
White with #FEB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5AD; }
p { color: rgb(254,181,173); }
H1.HeaderClassName
{
color: #FEB5AD;
}
.AnyTagClassName
{
color: #FEB5AD;
}
</style>
background-color css
<style>
a { background-color: #FEB5AD; }
a { background-color: rgb(254,181,173); }
div.DivClassName
{
background-color: #FEB5AD;
}
.BgClassName
{
background-color: #FEB5AD;
}
</style>
border-color css
<style>
span { border-color: #FEB5AD; }
span { border-color: rgb(254,181,173); }
td.TdClassName
{
border-color: #FEB5AD;
}
.TagClassName
{
border-color: #FEB5AD;
}
</style>