Shades of Melon #FEB9B2
Tints of Melon #FEB9B2
RGB
CMYK
RGB Variations
Color information
#FEB9B2 (or 0xFEB9B2) is known color: Melon. HEX triplet: FE, B9 and B2. RGB value is (254,185,178). Sum of RGB (Red+Green+Blue) = 254+185+178=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9B2 is #01464D. Grayscale: #CCCCCC. Windows color (decimal): -83534 or 11713022. OLE color: 11713022.
HSL color Cylindrical-coordinate representation of color #FEB9B2: hue angle of 5.53º 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 #FEB9B2 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 178 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.00 |
| HSL | 5.53º | 0.97% | 0.85% | - |
| HSV(B) | 5.53º | 0.3% | 1% | - |
| XYZ | 66.26 | 58.98 | 50.01 | - |
| YUV | 204.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 178 | 0 | 0.27 | 0.30 | 0.00 | 5.53 | 0.97 | 0.85 |
| Hex | FE | B9 | B2 | 0 | 1B | 1E | 0 | 6 | 61 | 55 |
| Octal | 376 | 271 | 262 | 0 | 33 | 36 | 0 | 6 | 141 | 125 |
| Binary | 11111110 | 10111001 | 10110010 | 0 | 11011 | 11110 | 0 | 110 | 1100001 | 1010101 |
Color Harmonies of #FEB9B2
Complementary color
Monochromatic Colors of #FEB9B2
Black with #FEB9B2
Text Example
Text Example
White with #FEB9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9B2; }
p { color: rgb(254,185,178); }
H1.HeaderClassName
{
color: #FEB9B2;
}
.AnyTagClassName
{
color: #FEB9B2;
}
</style>
background-color css
<style>
a { background-color: #FEB9B2; }
a { background-color: rgb(254,185,178); }
div.DivClassName
{
background-color: #FEB9B2;
}
.BgClassName
{
background-color: #FEB9B2;
}
</style>
border-color css
<style>
span { border-color: #FEB9B2; }
span { border-color: rgb(254,185,178); }
td.TdClassName
{
border-color: #FEB9B2;
}
.TagClassName
{
border-color: #FEB9B2;
}
</style>