Shades of Melon #FEBBA5
Tints of Melon #FEBBA5
RGB
CMYK
RGB Variations
Color information
#FEBBA5 (or 0xFEBBA5) is known color: Melon. HEX triplet: FE, BB and A5. RGB value is (254,187,165). Sum of RGB (Red+Green+Blue) = 254+187+165=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBBA5 is #01445A. Grayscale: #CCCCCC. Windows color (decimal): -83035 or 10861566. OLE color: 10861566.
HSL color Cylindrical-coordinate representation of color #FEBBA5: hue angle of 14.83º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEBBA5 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 165 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.00 |
| HSL | 14.83º | 0.98% | 0.82% | - |
| HSV(B) | 14.83º | 0.35% | 1% | - |
| XYZ | 65.43 | 59.33 | 43.6 | - |
| YUV | 204.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 165 | 0 | 0.26 | 0.35 | 0.00 | 14.83 | 0.98 | 0.82 |
| Hex | FE | BB | A5 | 0 | 1A | 23 | 0 | F | 62 | 52 |
| Octal | 376 | 273 | 245 | 0 | 32 | 43 | 0 | 17 | 142 | 122 |
| Binary | 11111110 | 10111011 | 10100101 | 0 | 11010 | 100011 | 0 | 1111 | 1100010 | 1010010 |
Color Harmonies of #FEBBA5
Complementary color
Monochromatic Colors of #FEBBA5
Black with #FEBBA5
Text Example
Text Example
White with #FEBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBA5; }
p { color: rgb(254,187,165); }
H1.HeaderClassName
{
color: #FEBBA5;
}
.AnyTagClassName
{
color: #FEBBA5;
}
</style>
background-color css
<style>
a { background-color: #FEBBA5; }
a { background-color: rgb(254,187,165); }
div.DivClassName
{
background-color: #FEBBA5;
}
.BgClassName
{
background-color: #FEBBA5;
}
</style>
border-color css
<style>
span { border-color: #FEBBA5; }
span { border-color: rgb(254,187,165); }
td.TdClassName
{
border-color: #FEBBA5;
}
.TagClassName
{
border-color: #FEBBA5;
}
</style>