Shades of Melon #FEBDB4
Tints of Melon #FEBDB4
RGB
CMYK
RGB Variations
Color information
#FEBDB4 (or 0xFEBDB4) is known color: Melon. HEX triplet: FE, BD and B4. RGB value is (254,189,180). Sum of RGB (Red+Green+Blue) = 254+189+180=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDB4 is #01424B. Grayscale: #CFCFCF. Windows color (decimal): -82508 or 11845118. OLE color: 11845118.
HSL color Cylindrical-coordinate representation of color #FEBDB4: hue angle of 7.3º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEBDB4 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 180 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.00 |
| HSL | 7.3º | 0.97% | 0.85% | - |
| HSV(B) | 7.3º | 0.29% | 1% | - |
| XYZ | 67.31 | 60.76 | 51.36 | - |
| YUV | 207.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 180 | 0 | 0.26 | 0.29 | 0.00 | 7.3 | 0.97 | 0.85 |
| Hex | FE | BD | B4 | 0 | 1A | 1D | 0 | 7 | 61 | 55 |
| Octal | 376 | 275 | 264 | 0 | 32 | 35 | 0 | 7 | 141 | 125 |
| Binary | 11111110 | 10111101 | 10110100 | 0 | 11010 | 11101 | 0 | 111 | 1100001 | 1010101 |
Color Harmonies of #FEBDB4
Complementary color
Monochromatic Colors of #FEBDB4
Black with #FEBDB4
Text Example
Text Example
White with #FEBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDB4; }
p { color: rgb(254,189,180); }
H1.HeaderClassName
{
color: #FEBDB4;
}
.AnyTagClassName
{
color: #FEBDB4;
}
</style>
background-color css
<style>
a { background-color: #FEBDB4; }
a { background-color: rgb(254,189,180); }
div.DivClassName
{
background-color: #FEBDB4;
}
.BgClassName
{
background-color: #FEBDB4;
}
</style>
border-color css
<style>
span { border-color: #FEBDB4; }
span { border-color: rgb(254,189,180); }
td.TdClassName
{
border-color: #FEBDB4;
}
.TagClassName
{
border-color: #FEBDB4;
}
</style>