Shades of Melon #FEBBA6
Tints of Melon #FEBBA6
RGB
CMYK
RGB Variations
Color information
#FEBBA6 (or 0xFEBBA6) is known color: Melon. HEX triplet: FE, BB and A6. RGB value is (254,187,166). Sum of RGB (Red+Green+Blue) = 254+187+166=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBBA6 is #014459. Grayscale: #CCCCCC. Windows color (decimal): -83034 or 10927102. OLE color: 10927102.
HSL color Cylindrical-coordinate representation of color #FEBBA6: hue angle of 14.32º 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 #FEBBA6 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 166 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.00 |
| HSL | 14.32º | 0.98% | 0.82% | - |
| HSV(B) | 14.32º | 0.35% | 1% | - |
| XYZ | 65.53 | 59.36 | 44.08 | - |
| YUV | 204.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 166 | 0 | 0.26 | 0.35 | 0.00 | 14.32 | 0.98 | 0.82 |
| Hex | FE | BB | A6 | 0 | 1A | 23 | 0 | E | 62 | 52 |
| Octal | 376 | 273 | 246 | 0 | 32 | 43 | 0 | 16 | 142 | 122 |
| Binary | 11111110 | 10111011 | 10100110 | 0 | 11010 | 100011 | 0 | 1110 | 1100010 | 1010010 |
Color Harmonies of #FEBBA6
Complementary color
Monochromatic Colors of #FEBBA6
Black with #FEBBA6
Text Example
Text Example
White with #FEBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBA6; }
p { color: rgb(254,187,166); }
H1.HeaderClassName
{
color: #FEBBA6;
}
.AnyTagClassName
{
color: #FEBBA6;
}
</style>
background-color css
<style>
a { background-color: #FEBBA6; }
a { background-color: rgb(254,187,166); }
div.DivClassName
{
background-color: #FEBBA6;
}
.BgClassName
{
background-color: #FEBBA6;
}
</style>
border-color css
<style>
span { border-color: #FEBBA6; }
span { border-color: rgb(254,187,166); }
td.TdClassName
{
border-color: #FEBBA6;
}
.TagClassName
{
border-color: #FEBBA6;
}
</style>