Shades of Melon #FEBAB6
Tints of Melon #FEBAB6
RGB
CMYK
RGB Variations
Color information
#FEBAB6 (or 0xFEBAB6) is known color: Melon. HEX triplet: FE, BA and B6. RGB value is (254,186,182). Sum of RGB (Red+Green+Blue) = 254+186+182=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAB6 is #014549. Grayscale: #CDCDCD. Windows color (decimal): -83274 or 11975422. OLE color: 11975422.
HSL color Cylindrical-coordinate representation of color #FEBAB6: hue angle of 3.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEBAB6 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 182 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.00 |
| HSL | 3.33º | 0.97% | 0.85% | - |
| HSV(B) | 3.33º | 0.28% | 1% | - |
| XYZ | 66.88 | 59.57 | 52.23 | - |
| YUV | 205.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 182 | 0 | 0.27 | 0.28 | 0.00 | 3.33 | 0.97 | 0.85 |
| Hex | FE | BA | B6 | 0 | 1B | 1C | 0 | 3 | 61 | 55 |
| Octal | 376 | 272 | 266 | 0 | 33 | 34 | 0 | 3 | 141 | 125 |
| Binary | 11111110 | 10111010 | 10110110 | 0 | 11011 | 11100 | 0 | 11 | 1100001 | 1010101 |
Color Harmonies of #FEBAB6
Complementary color
Monochromatic Colors of #FEBAB6
Black with #FEBAB6
Text Example
Text Example
White with #FEBAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAB6; }
p { color: rgb(254,186,182); }
H1.HeaderClassName
{
color: #FEBAB6;
}
.AnyTagClassName
{
color: #FEBAB6;
}
</style>
background-color css
<style>
a { background-color: #FEBAB6; }
a { background-color: rgb(254,186,182); }
div.DivClassName
{
background-color: #FEBAB6;
}
.BgClassName
{
background-color: #FEBAB6;
}
</style>
border-color css
<style>
span { border-color: #FEBAB6; }
span { border-color: rgb(254,186,182); }
td.TdClassName
{
border-color: #FEBAB6;
}
.TagClassName
{
border-color: #FEBAB6;
}
</style>