Shades of Melon #FEB6A8
Tints of Melon #FEB6A8
RGB
CMYK
RGB Variations
Color information
#FEB6A8 (or 0xFEB6A8) is known color: Melon. HEX triplet: FE, B6 and A8. RGB value is (254,182,168). Sum of RGB (Red+Green+Blue) = 254+182+168=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6A8 is #014957. Grayscale: #CACACA. Windows color (decimal): -84312 or 11056894. OLE color: 11056894.
HSL color Cylindrical-coordinate representation of color #FEB6A8: hue angle of 9.77º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEB6A8 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 168 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.00 |
| HSL | 9.77º | 0.98% | 0.83% | - |
| HSV(B) | 9.77º | 0.34% | 1% | - |
| XYZ | 64.67 | 57.35 | 44.71 | - |
| YUV | 201.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 168 | 0 | 0.28 | 0.34 | 0.00 | 9.77 | 0.98 | 0.83 |
| Hex | FE | B6 | A8 | 0 | 1C | 22 | 0 | A | 62 | 53 |
| Octal | 376 | 266 | 250 | 0 | 34 | 42 | 0 | 12 | 142 | 123 |
| Binary | 11111110 | 10110110 | 10101000 | 0 | 11100 | 100010 | 0 | 1010 | 1100010 | 1010011 |
Color Harmonies of #FEB6A8
Complementary color
Monochromatic Colors of #FEB6A8
Black with #FEB6A8
Text Example
Text Example
White with #FEB6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6A8; }
p { color: rgb(254,182,168); }
H1.HeaderClassName
{
color: #FEB6A8;
}
.AnyTagClassName
{
color: #FEB6A8;
}
</style>
background-color css
<style>
a { background-color: #FEB6A8; }
a { background-color: rgb(254,182,168); }
div.DivClassName
{
background-color: #FEB6A8;
}
.BgClassName
{
background-color: #FEB6A8;
}
</style>
border-color css
<style>
span { border-color: #FEB6A8; }
span { border-color: rgb(254,182,168); }
td.TdClassName
{
border-color: #FEB6A8;
}
.TagClassName
{
border-color: #FEB6A8;
}
</style>