Shades of Melon #FEBBA8
Tints of Melon #FEBBA8
RGB
CMYK
RGB Variations
Color information
#FEBBA8 (or 0xFEBBA8) is known color: Melon. HEX triplet: FE, BB and A8. RGB value is (254,187,168). Sum of RGB (Red+Green+Blue) = 254+187+168=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBBA8 is #014457. Grayscale: #CDCDCD. Windows color (decimal): -83032 or 11058174. OLE color: 11058174.
HSL color Cylindrical-coordinate representation of color #FEBBA8: hue angle of 13.26º 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 #FEBBA8 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 168 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.00 |
| HSL | 13.26º | 0.98% | 0.83% | - |
| HSV(B) | 13.26º | 0.34% | 1% | - |
| XYZ | 65.71 | 59.44 | 45.06 | - |
| YUV | 204.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 168 | 0 | 0.26 | 0.34 | 0.00 | 13.26 | 0.98 | 0.83 |
| Hex | FE | BB | A8 | 0 | 1A | 22 | 0 | D | 62 | 53 |
| Octal | 376 | 273 | 250 | 0 | 32 | 42 | 0 | 15 | 142 | 123 |
| Binary | 11111110 | 10111011 | 10101000 | 0 | 11010 | 100010 | 0 | 1101 | 1100010 | 1010011 |
Color Harmonies of #FEBBA8
Complementary color
Monochromatic Colors of #FEBBA8
Black with #FEBBA8
Text Example
Text Example
White with #FEBBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBA8; }
p { color: rgb(254,187,168); }
H1.HeaderClassName
{
color: #FEBBA8;
}
.AnyTagClassName
{
color: #FEBBA8;
}
</style>
background-color css
<style>
a { background-color: #FEBBA8; }
a { background-color: rgb(254,187,168); }
div.DivClassName
{
background-color: #FEBBA8;
}
.BgClassName
{
background-color: #FEBBA8;
}
</style>
border-color css
<style>
span { border-color: #FEBBA8; }
span { border-color: rgb(254,187,168); }
td.TdClassName
{
border-color: #FEBBA8;
}
.TagClassName
{
border-color: #FEBBA8;
}
</style>