Shades of Melon #FEBAA9
Tints of Melon #FEBAA9
RGB
CMYK
RGB Variations
Color information
#FEBAA9 (or 0xFEBAA9) is known color: Melon. HEX triplet: FE, BA and A9. RGB value is (254,186,169). Sum of RGB (Red+Green+Blue) = 254+186+169=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAA9 is #014556. Grayscale: #CCCCCC. Windows color (decimal): -83287 or 11123454. OLE color: 11123454.
HSL color Cylindrical-coordinate representation of color #FEBAA9: hue angle of 12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEBAA9 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 169 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.00 |
| HSL | 12º | 0.98% | 0.83% | - |
| HSV(B) | 12º | 0.33% | 1% | - |
| XYZ | 65.59 | 59.05 | 45.48 | - |
| YUV | 204.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 169 | 0 | 0.27 | 0.33 | 0.00 | 12 | 0.98 | 0.83 |
| Hex | FE | BA | A9 | 0 | 1B | 21 | 0 | C | 62 | 53 |
| Octal | 376 | 272 | 251 | 0 | 33 | 41 | 0 | 14 | 142 | 123 |
| Binary | 11111110 | 10111010 | 10101001 | 0 | 11011 | 100001 | 0 | 1100 | 1100010 | 1010011 |
Color Harmonies of #FEBAA9
Complementary color
Monochromatic Colors of #FEBAA9
Black with #FEBAA9
Text Example
Text Example
White with #FEBAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAA9; }
p { color: rgb(254,186,169); }
H1.HeaderClassName
{
color: #FEBAA9;
}
.AnyTagClassName
{
color: #FEBAA9;
}
</style>
background-color css
<style>
a { background-color: #FEBAA9; }
a { background-color: rgb(254,186,169); }
div.DivClassName
{
background-color: #FEBAA9;
}
.BgClassName
{
background-color: #FEBAA9;
}
</style>
border-color css
<style>
span { border-color: #FEBAA9; }
span { border-color: rgb(254,186,169); }
td.TdClassName
{
border-color: #FEBAA9;
}
.TagClassName
{
border-color: #FEBAA9;
}
</style>