Shades of Melon #FEBDB3
Tints of Melon #FEBDB3
RGB
CMYK
RGB Variations
Color information
#FEBDB3 (or 0xFEBDB3) is known color: Melon. HEX triplet: FE, BD and B3. RGB value is (254,189,179). Sum of RGB (Red+Green+Blue) = 254+189+179=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDB3 is #01424C. Grayscale: #CFCFCF. Windows color (decimal): -82509 or 11779582. OLE color: 11779582.
HSL color Cylindrical-coordinate representation of color #FEBDB3: hue angle of 8º 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 #FEBDB3 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 179 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.00 |
| HSL | 8º | 0.97% | 0.85% | - |
| HSV(B) | 8º | 0.3% | 1% | - |
| XYZ | 67.21 | 60.72 | 50.83 | - |
| YUV | 207.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 179 | 0 | 0.26 | 0.30 | 0.00 | 8 | 0.97 | 0.85 |
| Hex | FE | BD | B3 | 0 | 1A | 1E | 0 | 8 | 61 | 55 |
| Octal | 376 | 275 | 263 | 0 | 32 | 36 | 0 | 10 | 141 | 125 |
| Binary | 11111110 | 10111101 | 10110011 | 0 | 11010 | 11110 | 0 | 1000 | 1100001 | 1010101 |
Color Harmonies of #FEBDB3
Complementary color
Monochromatic Colors of #FEBDB3
Black with #FEBDB3
Text Example
Text Example
White with #FEBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDB3; }
p { color: rgb(254,189,179); }
H1.HeaderClassName
{
color: #FEBDB3;
}
.AnyTagClassName
{
color: #FEBDB3;
}
</style>
background-color css
<style>
a { background-color: #FEBDB3; }
a { background-color: rgb(254,189,179); }
div.DivClassName
{
background-color: #FEBDB3;
}
.BgClassName
{
background-color: #FEBDB3;
}
</style>
border-color css
<style>
span { border-color: #FEBDB3; }
span { border-color: rgb(254,189,179); }
td.TdClassName
{
border-color: #FEBDB3;
}
.TagClassName
{
border-color: #FEBDB3;
}
</style>