Shades of Melon #FEB8AB
Tints of Melon #FEB8AB
RGB
CMYK
RGB Variations
Color information
#FEB8AB (or 0xFEB8AB) is known color: Melon. HEX triplet: FE, B8 and AB. RGB value is (254,184,171). Sum of RGB (Red+Green+Blue) = 254+184+171=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB8AB is #014754. Grayscale: #CBCBCB. Windows color (decimal): -83797 or 11254014. OLE color: 11254014.
HSL color Cylindrical-coordinate representation of color #FEB8AB: hue angle of 9.4º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEB8AB is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 171 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.00 |
| HSL | 9.4º | 0.98% | 0.83% | - |
| HSV(B) | 9.4º | 0.33% | 1% | - |
| XYZ | 65.36 | 58.29 | 46.33 | - |
| YUV | 203.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 171 | 0 | 0.28 | 0.33 | 0.00 | 9.4 | 0.98 | 0.83 |
| Hex | FE | B8 | AB | 0 | 1C | 21 | 0 | 9 | 62 | 53 |
| Octal | 376 | 270 | 253 | 0 | 34 | 41 | 0 | 11 | 142 | 123 |
| Binary | 11111110 | 10111000 | 10101011 | 0 | 11100 | 100001 | 0 | 1001 | 1100010 | 1010011 |
Color Harmonies of #FEB8AB
Complementary color
Monochromatic Colors of #FEB8AB
Black with #FEB8AB
Text Example
Text Example
White with #FEB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8AB; }
p { color: rgb(254,184,171); }
H1.HeaderClassName
{
color: #FEB8AB;
}
.AnyTagClassName
{
color: #FEB8AB;
}
</style>
background-color css
<style>
a { background-color: #FEB8AB; }
a { background-color: rgb(254,184,171); }
div.DivClassName
{
background-color: #FEB8AB;
}
.BgClassName
{
background-color: #FEB8AB;
}
</style>
border-color css
<style>
span { border-color: #FEB8AB; }
span { border-color: rgb(254,184,171); }
td.TdClassName
{
border-color: #FEB8AB;
}
.TagClassName
{
border-color: #FEB8AB;
}
</style>