Shades of Melon #FEB9B4
Tints of Melon #FEB9B4
RGB
CMYK
RGB Variations
Color information
#FEB9B4 (or 0xFEB9B4) is known color: Melon. HEX triplet: FE, B9 and B4. RGB value is (254,185,180). Sum of RGB (Red+Green+Blue) = 254+185+180=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9B4 is #01464B. Grayscale: #CDCDCD. Windows color (decimal): -83532 or 11844094. OLE color: 11844094.
HSL color Cylindrical-coordinate representation of color #FEB9B4: hue angle of 4.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB9B4 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 180 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.00 |
| HSL | 4.05º | 0.97% | 0.85% | - |
| HSV(B) | 4.05º | 0.29% | 1% | - |
| XYZ | 66.46 | 59.06 | 51.08 | - |
| YUV | 205.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 180 | 0 | 0.27 | 0.29 | 0.00 | 4.05 | 0.97 | 0.85 |
| Hex | FE | B9 | B4 | 0 | 1B | 1D | 0 | 4 | 61 | 55 |
| Octal | 376 | 271 | 264 | 0 | 33 | 35 | 0 | 4 | 141 | 125 |
| Binary | 11111110 | 10111001 | 10110100 | 0 | 11011 | 11101 | 0 | 100 | 1100001 | 1010101 |
Color Harmonies of #FEB9B4
Complementary color
Monochromatic Colors of #FEB9B4
Black with #FEB9B4
Text Example
Text Example
White with #FEB9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9B4; }
p { color: rgb(254,185,180); }
H1.HeaderClassName
{
color: #FEB9B4;
}
.AnyTagClassName
{
color: #FEB9B4;
}
</style>
background-color css
<style>
a { background-color: #FEB9B4; }
a { background-color: rgb(254,185,180); }
div.DivClassName
{
background-color: #FEB9B4;
}
.BgClassName
{
background-color: #FEB9B4;
}
</style>
border-color css
<style>
span { border-color: #FEB9B4; }
span { border-color: rgb(254,185,180); }
td.TdClassName
{
border-color: #FEB9B4;
}
.TagClassName
{
border-color: #FEB9B4;
}
</style>