Shades of Melon #FEBAA8
Tints of Melon #FEBAA8
RGB
CMYK
RGB Variations
Color information
#FEBAA8 (or 0xFEBAA8) is known color: Melon. HEX triplet: FE, BA and A8. RGB value is (254,186,168). Sum of RGB (Red+Green+Blue) = 254+186+168=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAA8 is #014557. Grayscale: #CCCCCC. Windows color (decimal): -83288 or 11057918. OLE color: 11057918.
HSL color Cylindrical-coordinate representation of color #FEBAA8: hue angle of 12.56º 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 #FEBAA8 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 168 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.00 |
| HSL | 12.56º | 0.98% | 0.83% | - |
| HSV(B) | 12.56º | 0.34% | 1% | - |
| XYZ | 65.5 | 59.02 | 44.98 | - |
| YUV | 204.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 168 | 0 | 0.27 | 0.34 | 0.00 | 12.56 | 0.98 | 0.83 |
| Hex | FE | BA | A8 | 0 | 1B | 22 | 0 | D | 62 | 53 |
| Octal | 376 | 272 | 250 | 0 | 33 | 42 | 0 | 15 | 142 | 123 |
| Binary | 11111110 | 10111010 | 10101000 | 0 | 11011 | 100010 | 0 | 1101 | 1100010 | 1010011 |
Color Harmonies of #FEBAA8
Complementary color
Monochromatic Colors of #FEBAA8
Black with #FEBAA8
Text Example
Text Example
White with #FEBAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAA8; }
p { color: rgb(254,186,168); }
H1.HeaderClassName
{
color: #FEBAA8;
}
.AnyTagClassName
{
color: #FEBAA8;
}
</style>
background-color css
<style>
a { background-color: #FEBAA8; }
a { background-color: rgb(254,186,168); }
div.DivClassName
{
background-color: #FEBAA8;
}
.BgClassName
{
background-color: #FEBAA8;
}
</style>
border-color css
<style>
span { border-color: #FEBAA8; }
span { border-color: rgb(254,186,168); }
td.TdClassName
{
border-color: #FEBAA8;
}
.TagClassName
{
border-color: #FEBAA8;
}
</style>