Shades of Melon #FEBDB2
Tints of Melon #FEBDB2
RGB
CMYK
RGB Variations
Color information
#FEBDB2 (or 0xFEBDB2) is known color: Melon. HEX triplet: FE, BD and B2. RGB value is (254,189,178). Sum of RGB (Red+Green+Blue) = 254+189+178=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBDB2 is #01424D. Grayscale: #CFCFCF. Windows color (decimal): -82510 or 11714046. OLE color: 11714046.
HSL color Cylindrical-coordinate representation of color #FEBDB2: hue angle of 8.68º 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 #FEBDB2 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 178 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.00 |
| HSL | 8.68º | 0.97% | 0.85% | - |
| HSV(B) | 8.68º | 0.3% | 1% | - |
| XYZ | 67.11 | 60.68 | 50.3 | - |
| YUV | 207.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 178 | 0 | 0.26 | 0.30 | 0.00 | 8.68 | 0.97 | 0.85 |
| Hex | FE | BD | B2 | 0 | 1A | 1E | 0 | 9 | 61 | 55 |
| Octal | 376 | 275 | 262 | 0 | 32 | 36 | 0 | 11 | 141 | 125 |
| Binary | 11111110 | 10111101 | 10110010 | 0 | 11010 | 11110 | 0 | 1001 | 1100001 | 1010101 |
Color Harmonies of #FEBDB2
Complementary color
Monochromatic Colors of #FEBDB2
Black with #FEBDB2
Text Example
Text Example
White with #FEBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDB2; }
p { color: rgb(254,189,178); }
H1.HeaderClassName
{
color: #FEBDB2;
}
.AnyTagClassName
{
color: #FEBDB2;
}
</style>
background-color css
<style>
a { background-color: #FEBDB2; }
a { background-color: rgb(254,189,178); }
div.DivClassName
{
background-color: #FEBDB2;
}
.BgClassName
{
background-color: #FEBDB2;
}
</style>
border-color css
<style>
span { border-color: #FEBDB2; }
span { border-color: rgb(254,189,178); }
td.TdClassName
{
border-color: #FEBDB2;
}
.TagClassName
{
border-color: #FEBDB2;
}
</style>