Shades of Melon #FEBCAD
Tints of Melon #FEBCAD
RGB
CMYK
RGB Variations
Color information
#FEBCAD (or 0xFEBCAD) is known color: Melon. HEX triplet: FE, BC and AD. RGB value is (254,188,173). Sum of RGB (Red+Green+Blue) = 254+188+173=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBCAD is #014352. Grayscale: #CECECE. Windows color (decimal): -82771 or 11386110. OLE color: 11386110.
HSL color Cylindrical-coordinate representation of color #FEBCAD: hue angle of 11.11º 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 #FEBCAD is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 173 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.00 |
| HSL | 11.11º | 0.98% | 0.84% | - |
| HSV(B) | 11.11º | 0.32% | 1% | - |
| XYZ | 66.4 | 60.05 | 47.63 | - |
| YUV | 206.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 173 | 0 | 0.26 | 0.32 | 0.00 | 11.11 | 0.98 | 0.84 |
| Hex | FE | BC | AD | 0 | 1A | 20 | 0 | B | 62 | 54 |
| Octal | 376 | 274 | 255 | 0 | 32 | 40 | 0 | 13 | 142 | 124 |
| Binary | 11111110 | 10111100 | 10101101 | 0 | 11010 | 100000 | 0 | 1011 | 1100010 | 1010100 |
Color Harmonies of #FEBCAD
Complementary color
Monochromatic Colors of #FEBCAD
Black with #FEBCAD
Text Example
Text Example
White with #FEBCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCAD; }
p { color: rgb(254,188,173); }
H1.HeaderClassName
{
color: #FEBCAD;
}
.AnyTagClassName
{
color: #FEBCAD;
}
</style>
background-color css
<style>
a { background-color: #FEBCAD; }
a { background-color: rgb(254,188,173); }
div.DivClassName
{
background-color: #FEBCAD;
}
.BgClassName
{
background-color: #FEBCAD;
}
</style>
border-color css
<style>
span { border-color: #FEBCAD; }
span { border-color: rgb(254,188,173); }
td.TdClassName
{
border-color: #FEBCAD;
}
.TagClassName
{
border-color: #FEBCAD;
}
</style>