Shades of Melon #FEBBAF
Tints of Melon #FEBBAF
RGB
CMYK
RGB Variations
Color information
#FEBBAF (or 0xFEBBAF) is known color: Melon. HEX triplet: FE, BB and AF. RGB value is (254,187,175). Sum of RGB (Red+Green+Blue) = 254+187+175=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBBAF is #014450. Grayscale: #CDCDCD. Windows color (decimal): -83025 or 11516926. OLE color: 11516926.
HSL color Cylindrical-coordinate representation of color #FEBBAF: hue angle of 9.11º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEBBAF is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 175 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.00 |
| HSL | 9.11º | 0.98% | 0.84% | - |
| HSV(B) | 9.11º | 0.31% | 1% | - |
| XYZ | 66.38 | 59.71 | 48.58 | - |
| YUV | 205.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 175 | 0 | 0.26 | 0.31 | 0.00 | 9.11 | 0.98 | 0.84 |
| Hex | FE | BB | AF | 0 | 1A | 1F | 0 | 9 | 62 | 54 |
| Octal | 376 | 273 | 257 | 0 | 32 | 37 | 0 | 11 | 142 | 124 |
| Binary | 11111110 | 10111011 | 10101111 | 0 | 11010 | 11111 | 0 | 1001 | 1100010 | 1010100 |
Color Harmonies of #FEBBAF
Complementary color
Monochromatic Colors of #FEBBAF
Black with #FEBBAF
Text Example
Text Example
White with #FEBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBAF; }
p { color: rgb(254,187,175); }
H1.HeaderClassName
{
color: #FEBBAF;
}
.AnyTagClassName
{
color: #FEBBAF;
}
</style>
background-color css
<style>
a { background-color: #FEBBAF; }
a { background-color: rgb(254,187,175); }
div.DivClassName
{
background-color: #FEBBAF;
}
.BgClassName
{
background-color: #FEBBAF;
}
</style>
border-color css
<style>
span { border-color: #FEBBAF; }
span { border-color: rgb(254,187,175); }
td.TdClassName
{
border-color: #FEBBAF;
}
.TagClassName
{
border-color: #FEBBAF;
}
</style>