Shades of Melon #FEBBA4
Tints of Melon #FEBBA4
RGB
CMYK
RGB Variations
Color information
#FEBBA4 (or 0xFEBBA4) is known color: Melon. HEX triplet: FE, BB and A4. RGB value is (254,187,164). Sum of RGB (Red+Green+Blue) = 254+187+164=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBBA4 is #01445B. Grayscale: #CCCCCC. Windows color (decimal): -83036 or 10796030. OLE color: 10796030.
HSL color Cylindrical-coordinate representation of color #FEBBA4: hue angle of 15.33º 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 #FEBBA4 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 164 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.00 |
| HSL | 15.33º | 0.98% | 0.82% | - |
| HSV(B) | 15.33º | 0.35% | 1% | - |
| XYZ | 65.34 | 59.29 | 43.12 | - |
| YUV | 204.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 164 | 0 | 0.26 | 0.35 | 0.00 | 15.33 | 0.98 | 0.82 |
| Hex | FE | BB | A4 | 0 | 1A | 23 | 0 | F | 62 | 52 |
| Octal | 376 | 273 | 244 | 0 | 32 | 43 | 0 | 17 | 142 | 122 |
| Binary | 11111110 | 10111011 | 10100100 | 0 | 11010 | 100011 | 0 | 1111 | 1100010 | 1010010 |
Color Harmonies of #FEBBA4
Complementary color
Monochromatic Colors of #FEBBA4
Black with #FEBBA4
Text Example
Text Example
White with #FEBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBA4; }
p { color: rgb(254,187,164); }
H1.HeaderClassName
{
color: #FEBBA4;
}
.AnyTagClassName
{
color: #FEBBA4;
}
</style>
background-color css
<style>
a { background-color: #FEBBA4; }
a { background-color: rgb(254,187,164); }
div.DivClassName
{
background-color: #FEBBA4;
}
.BgClassName
{
background-color: #FEBBA4;
}
</style>
border-color css
<style>
span { border-color: #FEBBA4; }
span { border-color: rgb(254,187,164); }
td.TdClassName
{
border-color: #FEBBA4;
}
.TagClassName
{
border-color: #FEBBA4;
}
</style>