Shades of Melon #FEBAB7
Tints of Melon #FEBAB7
RGB
CMYK
RGB Variations
Color information
#FEBAB7 (or 0xFEBAB7) is known color: Melon. HEX triplet: FE, BA and B7. RGB value is (254,186,183). Sum of RGB (Red+Green+Blue) = 254+186+183=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAB7 is #014548. Grayscale: #CECECE. Windows color (decimal): -83273 or 12040958. OLE color: 12040958.
HSL color Cylindrical-coordinate representation of color #FEBAB7: hue angle of 2.54º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEBAB7 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 183 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.00 |
| HSL | 2.54º | 0.97% | 0.86% | - |
| HSV(B) | 2.54º | 0.28% | 1% | - |
| XYZ | 66.98 | 59.61 | 52.77 | - |
| YUV | 205.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 183 | 0 | 0.27 | 0.28 | 0.00 | 2.54 | 0.97 | 0.86 |
| Hex | FE | BA | B7 | 0 | 1B | 1C | 0 | 3 | 61 | 56 |
| Octal | 376 | 272 | 267 | 0 | 33 | 34 | 0 | 3 | 141 | 126 |
| Binary | 11111110 | 10111010 | 10110111 | 0 | 11011 | 11100 | 0 | 11 | 1100001 | 1010110 |
Color Harmonies of #FEBAB7
Complementary color
Monochromatic Colors of #FEBAB7
Black with #FEBAB7
Text Example
Text Example
White with #FEBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAB7; }
p { color: rgb(254,186,183); }
H1.HeaderClassName
{
color: #FEBAB7;
}
.AnyTagClassName
{
color: #FEBAB7;
}
</style>
background-color css
<style>
a { background-color: #FEBAB7; }
a { background-color: rgb(254,186,183); }
div.DivClassName
{
background-color: #FEBAB7;
}
.BgClassName
{
background-color: #FEBAB7;
}
</style>
border-color css
<style>
span { border-color: #FEBAB7; }
span { border-color: rgb(254,186,183); }
td.TdClassName
{
border-color: #FEBAB7;
}
.TagClassName
{
border-color: #FEBAB7;
}
</style>