Shades of Melon #FEBAB3
Tints of Melon #FEBAB3
RGB
CMYK
RGB Variations
Color information
#FEBAB3 (or 0xFEBAB3) is known color: Melon. HEX triplet: FE, BA and B3. RGB value is (254,186,179). Sum of RGB (Red+Green+Blue) = 254+186+179=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAB3 is #01454C. Grayscale: #CDCDCD. Windows color (decimal): -83277 or 11778814. OLE color: 11778814.
HSL color Cylindrical-coordinate representation of color #FEBAB3: hue angle of 5.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEBAB3 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 179 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.00 |
| HSL | 5.6º | 0.97% | 0.85% | - |
| HSV(B) | 5.6º | 0.3% | 1% | - |
| XYZ | 66.57 | 59.44 | 50.61 | - |
| YUV | 205.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 179 | 0 | 0.27 | 0.30 | 0.00 | 5.6 | 0.97 | 0.85 |
| Hex | FE | BA | B3 | 0 | 1B | 1E | 0 | 6 | 61 | 55 |
| Octal | 376 | 272 | 263 | 0 | 33 | 36 | 0 | 6 | 141 | 125 |
| Binary | 11111110 | 10111010 | 10110011 | 0 | 11011 | 11110 | 0 | 110 | 1100001 | 1010101 |
Color Harmonies of #FEBAB3
Complementary color
Monochromatic Colors of #FEBAB3
Black with #FEBAB3
Text Example
Text Example
White with #FEBAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAB3; }
p { color: rgb(254,186,179); }
H1.HeaderClassName
{
color: #FEBAB3;
}
.AnyTagClassName
{
color: #FEBAB3;
}
</style>
background-color css
<style>
a { background-color: #FEBAB3; }
a { background-color: rgb(254,186,179); }
div.DivClassName
{
background-color: #FEBAB3;
}
.BgClassName
{
background-color: #FEBAB3;
}
</style>
border-color css
<style>
span { border-color: #FEBAB3; }
span { border-color: rgb(254,186,179); }
td.TdClassName
{
border-color: #FEBAB3;
}
.TagClassName
{
border-color: #FEBAB3;
}
</style>