Shades of Melon #FEBBA7
Tints of Melon #FEBBA7
RGB
CMYK
RGB Variations
Color information
#FEBBA7 (or 0xFEBBA7) is known color: Melon. HEX triplet: FE, BB and A7. RGB value is (254,187,167). Sum of RGB (Red+Green+Blue) = 254+187+167=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBBA7 is #014458. Grayscale: #CCCCCC. Windows color (decimal): -83033 or 10992638. OLE color: 10992638.
HSL color Cylindrical-coordinate representation of color #FEBBA7: hue angle of 13.79º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEBBA7 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 167 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.00 |
| HSL | 13.79º | 0.98% | 0.83% | - |
| HSV(B) | 13.79º | 0.34% | 1% | - |
| XYZ | 65.62 | 59.4 | 44.57 | - |
| YUV | 204.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 167 | 0 | 0.26 | 0.34 | 0.00 | 13.79 | 0.98 | 0.83 |
| Hex | FE | BB | A7 | 0 | 1A | 22 | 0 | E | 62 | 53 |
| Octal | 376 | 273 | 247 | 0 | 32 | 42 | 0 | 16 | 142 | 123 |
| Binary | 11111110 | 10111011 | 10100111 | 0 | 11010 | 100010 | 0 | 1110 | 1100010 | 1010011 |
Color Harmonies of #FEBBA7
Complementary color
Monochromatic Colors of #FEBBA7
Black with #FEBBA7
Text Example
Text Example
White with #FEBBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBA7; }
p { color: rgb(254,187,167); }
H1.HeaderClassName
{
color: #FEBBA7;
}
.AnyTagClassName
{
color: #FEBBA7;
}
</style>
background-color css
<style>
a { background-color: #FEBBA7; }
a { background-color: rgb(254,187,167); }
div.DivClassName
{
background-color: #FEBBA7;
}
.BgClassName
{
background-color: #FEBBA7;
}
</style>
border-color css
<style>
span { border-color: #FEBBA7; }
span { border-color: rgb(254,187,167); }
td.TdClassName
{
border-color: #FEBBA7;
}
.TagClassName
{
border-color: #FEBBA7;
}
</style>