Shades of Melon #FEBCB4
Tints of Melon #FEBCB4
RGB
CMYK
RGB Variations
Color information
#FEBCB4 (or 0xFEBCB4) is known color: Melon. HEX triplet: FE, BC and B4. RGB value is (254,188,180). Sum of RGB (Red+Green+Blue) = 254+188+180=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCB4 is #01434B. Grayscale: #CECECE. Windows color (decimal): -82764 or 11844862. OLE color: 11844862.
HSL color Cylindrical-coordinate representation of color #FEBCB4: hue angle of 6.49º 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 #FEBCB4 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 180 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.00 |
| HSL | 6.49º | 0.97% | 0.85% | - |
| HSV(B) | 6.49º | 0.29% | 1% | - |
| XYZ | 67.09 | 60.33 | 51.29 | - |
| YUV | 206.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 180 | 0 | 0.26 | 0.29 | 0.00 | 6.49 | 0.97 | 0.85 |
| Hex | FE | BC | B4 | 0 | 1A | 1D | 0 | 6 | 61 | 55 |
| Octal | 376 | 274 | 264 | 0 | 32 | 35 | 0 | 6 | 141 | 125 |
| Binary | 11111110 | 10111100 | 10110100 | 0 | 11010 | 11101 | 0 | 110 | 1100001 | 1010101 |
Color Harmonies of #FEBCB4
Complementary color
Monochromatic Colors of #FEBCB4
Black with #FEBCB4
Text Example
Text Example
White with #FEBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCB4; }
p { color: rgb(254,188,180); }
H1.HeaderClassName
{
color: #FEBCB4;
}
.AnyTagClassName
{
color: #FEBCB4;
}
</style>
background-color css
<style>
a { background-color: #FEBCB4; }
a { background-color: rgb(254,188,180); }
div.DivClassName
{
background-color: #FEBCB4;
}
.BgClassName
{
background-color: #FEBCB4;
}
</style>
border-color css
<style>
span { border-color: #FEBCB4; }
span { border-color: rgb(254,188,180); }
td.TdClassName
{
border-color: #FEBCB4;
}
.TagClassName
{
border-color: #FEBCB4;
}
</style>