Shades of Melon #FEB5B2
Tints of Melon #FEB5B2
RGB
CMYK
RGB Variations
Color information
#FEB5B2 (or 0xFEB5B2) is known color: Melon. HEX triplet: FE, B5 and B2. RGB value is (254,181,178). Sum of RGB (Red+Green+Blue) = 254+181+178=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB5B2 is #014A4D. Grayscale: #CACACA. Windows color (decimal): -84558 or 11711998. OLE color: 11711998.
HSL color Cylindrical-coordinate representation of color #FEB5B2: hue angle of 2.37º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB5B2 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 178 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.00 |
| HSL | 2.37º | 0.97% | 0.85% | - |
| HSV(B) | 2.37º | 0.3% | 1% | - |
| XYZ | 65.43 | 57.33 | 49.74 | - |
| YUV | 202.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 178 | 0 | 0.29 | 0.30 | 0.00 | 2.37 | 0.97 | 0.85 |
| Hex | FE | B5 | B2 | 0 | 1D | 1E | 0 | 2 | 61 | 55 |
| Octal | 376 | 265 | 262 | 0 | 35 | 36 | 0 | 2 | 141 | 125 |
| Binary | 11111110 | 10110101 | 10110010 | 0 | 11101 | 11110 | 0 | 10 | 1100001 | 1010101 |
Color Harmonies of #FEB5B2
Complementary color
Monochromatic Colors of #FEB5B2
Black with #FEB5B2
Text Example
Text Example
White with #FEB5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5B2; }
p { color: rgb(254,181,178); }
H1.HeaderClassName
{
color: #FEB5B2;
}
.AnyTagClassName
{
color: #FEB5B2;
}
</style>
background-color css
<style>
a { background-color: #FEB5B2; }
a { background-color: rgb(254,181,178); }
div.DivClassName
{
background-color: #FEB5B2;
}
.BgClassName
{
background-color: #FEB5B2;
}
</style>
border-color css
<style>
span { border-color: #FEB5B2; }
span { border-color: rgb(254,181,178); }
td.TdClassName
{
border-color: #FEB5B2;
}
.TagClassName
{
border-color: #FEB5B2;
}
</style>