Shades of Melon #FEBDB5
Tints of Melon #FEBDB5
RGB
CMYK
RGB Variations
Color information
#FEBDB5 (or 0xFEBDB5) is known color: Melon. HEX triplet: FE, BD and B5. RGB value is (254,189,181). Sum of RGB (Red+Green+Blue) = 254+189+181=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDB5 is #01424A. Grayscale: #CFCFCF. Windows color (decimal): -82507 or 11910654. OLE color: 11910654.
HSL color Cylindrical-coordinate representation of color #FEBDB5: hue angle of 6.58º 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 #FEBDB5 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 181 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.00 |
| HSL | 6.58º | 0.97% | 0.85% | - |
| HSV(B) | 6.58º | 0.29% | 1% | - |
| XYZ | 67.41 | 60.8 | 51.9 | - |
| YUV | 207.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 181 | 0 | 0.26 | 0.29 | 0.00 | 6.58 | 0.97 | 0.85 |
| Hex | FE | BD | B5 | 0 | 1A | 1D | 0 | 7 | 61 | 55 |
| Octal | 376 | 275 | 265 | 0 | 32 | 35 | 0 | 7 | 141 | 125 |
| Binary | 11111110 | 10111101 | 10110101 | 0 | 11010 | 11101 | 0 | 111 | 1100001 | 1010101 |
Color Harmonies of #FEBDB5
Complementary color
Monochromatic Colors of #FEBDB5
Black with #FEBDB5
Text Example
Text Example
White with #FEBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDB5; }
p { color: rgb(254,189,181); }
H1.HeaderClassName
{
color: #FEBDB5;
}
.AnyTagClassName
{
color: #FEBDB5;
}
</style>
background-color css
<style>
a { background-color: #FEBDB5; }
a { background-color: rgb(254,189,181); }
div.DivClassName
{
background-color: #FEBDB5;
}
.BgClassName
{
background-color: #FEBDB5;
}
</style>
border-color css
<style>
span { border-color: #FEBDB5; }
span { border-color: rgb(254,189,181); }
td.TdClassName
{
border-color: #FEBDB5;
}
.TagClassName
{
border-color: #FEBDB5;
}
</style>