Shades of Melon #FEBCAF
Tints of Melon #FEBCAF
RGB
CMYK
RGB Variations
Color information
#FEBCAF (or 0xFEBCAF) is known color: Melon. HEX triplet: FE, BC and AF. RGB value is (254,188,175). Sum of RGB (Red+Green+Blue) = 254+188+175=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBCAF is #014350. Grayscale: #CECECE. Windows color (decimal): -82769 or 11517182. OLE color: 11517182.
HSL color Cylindrical-coordinate representation of color #FEBCAF: hue angle of 9.87º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEBCAF is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 175 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.00 |
| HSL | 9.87º | 0.98% | 0.84% | - |
| HSV(B) | 9.87º | 0.31% | 1% | - |
| XYZ | 66.59 | 60.13 | 48.65 | - |
| YUV | 206.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 175 | 0 | 0.26 | 0.31 | 0.00 | 9.87 | 0.98 | 0.84 |
| Hex | FE | BC | AF | 0 | 1A | 1F | 0 | A | 62 | 54 |
| Octal | 376 | 274 | 257 | 0 | 32 | 37 | 0 | 12 | 142 | 124 |
| Binary | 11111110 | 10111100 | 10101111 | 0 | 11010 | 11111 | 0 | 1010 | 1100010 | 1010100 |
Color Harmonies of #FEBCAF
Complementary color
Monochromatic Colors of #FEBCAF
Black with #FEBCAF
Text Example
Text Example
White with #FEBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCAF; }
p { color: rgb(254,188,175); }
H1.HeaderClassName
{
color: #FEBCAF;
}
.AnyTagClassName
{
color: #FEBCAF;
}
</style>
background-color css
<style>
a { background-color: #FEBCAF; }
a { background-color: rgb(254,188,175); }
div.DivClassName
{
background-color: #FEBCAF;
}
.BgClassName
{
background-color: #FEBCAF;
}
</style>
border-color css
<style>
span { border-color: #FEBCAF; }
span { border-color: rgb(254,188,175); }
td.TdClassName
{
border-color: #FEBCAF;
}
.TagClassName
{
border-color: #FEBCAF;
}
</style>