Shades of Melon #FEB4A8
Tints of Melon #FEB4A8
RGB
CMYK
RGB Variations
Color information
#FEB4A8 (or 0xFEB4A8) is known color: Melon. HEX triplet: FE, B4 and A8. RGB value is (254,180,168). Sum of RGB (Red+Green+Blue) = 254+180+168=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB4A8 is #014B57. Grayscale: #C8C8C8. Windows color (decimal): -84824 or 11056382. OLE color: 11056382.
HSL color Cylindrical-coordinate representation of color #FEB4A8: hue angle of 8.37º 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 #FEB4A8 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 168 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.00 |
| HSL | 8.37º | 0.98% | 0.83% | - |
| HSV(B) | 8.37º | 0.34% | 1% | - |
| XYZ | 64.26 | 56.54 | 44.57 | - |
| YUV | 200.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 168 | 0 | 0.29 | 0.34 | 0.00 | 8.37 | 0.98 | 0.83 |
| Hex | FE | B4 | A8 | 0 | 1D | 22 | 0 | 8 | 62 | 53 |
| Octal | 376 | 264 | 250 | 0 | 35 | 42 | 0 | 10 | 142 | 123 |
| Binary | 11111110 | 10110100 | 10101000 | 0 | 11101 | 100010 | 0 | 1000 | 1100010 | 1010011 |
Color Harmonies of #FEB4A8
Complementary color
Monochromatic Colors of #FEB4A8
Black with #FEB4A8
Text Example
Text Example
White with #FEB4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB4A8; }
p { color: rgb(254,180,168); }
H1.HeaderClassName
{
color: #FEB4A8;
}
.AnyTagClassName
{
color: #FEB4A8;
}
</style>
background-color css
<style>
a { background-color: #FEB4A8; }
a { background-color: rgb(254,180,168); }
div.DivClassName
{
background-color: #FEB4A8;
}
.BgClassName
{
background-color: #FEB4A8;
}
</style>
border-color css
<style>
span { border-color: #FEB4A8; }
span { border-color: rgb(254,180,168); }
td.TdClassName
{
border-color: #FEB4A8;
}
.TagClassName
{
border-color: #FEB4A8;
}
</style>