Shades of Melon #FEB8A2
Tints of Melon #FEB8A2
RGB
CMYK
RGB Variations
Color information
#FEB8A2 (or 0xFEB8A2) is known color: Melon. HEX triplet: FE, B8 and A2. RGB value is (254,184,162). Sum of RGB (Red+Green+Blue) = 254+184+162=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB8A2 is #01475D. Grayscale: #CACACA. Windows color (decimal): -83806 or 10664190. OLE color: 10664190.
HSL color Cylindrical-coordinate representation of color #FEB8A2: hue angle of 14.35º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEB8A2 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 162 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.00 |
| HSL | 14.35º | 0.98% | 0.82% | - |
| HSV(B) | 14.35º | 0.36% | 1% | - |
| XYZ | 64.54 | 57.96 | 41.97 | - |
| YUV | 202.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 162 | 0 | 0.28 | 0.36 | 0.00 | 14.35 | 0.98 | 0.82 |
| Hex | FE | B8 | A2 | 0 | 1C | 24 | 0 | E | 62 | 52 |
| Octal | 376 | 270 | 242 | 0 | 34 | 44 | 0 | 16 | 142 | 122 |
| Binary | 11111110 | 10111000 | 10100010 | 0 | 11100 | 100100 | 0 | 1110 | 1100010 | 1010010 |
Color Harmonies of #FEB8A2
Complementary color
Monochromatic Colors of #FEB8A2
Black with #FEB8A2
Text Example
Text Example
White with #FEB8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8A2; }
p { color: rgb(254,184,162); }
H1.HeaderClassName
{
color: #FEB8A2;
}
.AnyTagClassName
{
color: #FEB8A2;
}
</style>
background-color css
<style>
a { background-color: #FEB8A2; }
a { background-color: rgb(254,184,162); }
div.DivClassName
{
background-color: #FEB8A2;
}
.BgClassName
{
background-color: #FEB8A2;
}
</style>
border-color css
<style>
span { border-color: #FEB8A2; }
span { border-color: rgb(254,184,162); }
td.TdClassName
{
border-color: #FEB8A2;
}
.TagClassName
{
border-color: #FEB8A2;
}
</style>