Shades of Melon #FDBEA8
Tints of Melon #FDBEA8
RGB
CMYK
RGB Variations
Color information
#FDBEA8 (or 0xFDBEA8) is known color: Melon. HEX triplet: FD, BE and A8. RGB value is (253,190,168). Sum of RGB (Red+Green+Blue) = 253+190+168=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBEA8 is #024157. Grayscale: #CECECE. Windows color (decimal): -147800 or 11058941. OLE color: 11058941.
HSL color Cylindrical-coordinate representation of color #FDBEA8: hue angle of 15.53º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDBEA8 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 168 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.01 |
| HSL | 15.53º | 0.96% | 0.83% | - |
| HSV(B) | 15.53º | 0.34% | 0.99% | - |
| XYZ | 65.99 | 60.54 | 45.25 | - |
| YUV | 206.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 168 | 0 | 0.25 | 0.34 | 0.01 | 15.53 | 0.96 | 0.83 |
| Hex | FD | BE | A8 | 0 | 19 | 22 | 1 | 10 | 60 | 53 |
| Octal | 375 | 276 | 250 | 0 | 31 | 42 | 1 | 20 | 140 | 123 |
| Binary | 11111101 | 10111110 | 10101000 | 0 | 11001 | 100010 | 1 | 10000 | 1100000 | 1010011 |
Color Harmonies of #FDBEA8
Complementary color
Monochromatic Colors of #FDBEA8
Black with #FDBEA8
Text Example
Text Example
White with #FDBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEA8; }
p { color: rgb(253,190,168); }
H1.HeaderClassName
{
color: #FDBEA8;
}
.AnyTagClassName
{
color: #FDBEA8;
}
</style>
background-color css
<style>
a { background-color: #FDBEA8; }
a { background-color: rgb(253,190,168); }
div.DivClassName
{
background-color: #FDBEA8;
}
.BgClassName
{
background-color: #FDBEA8;
}
</style>
border-color css
<style>
span { border-color: #FDBEA8; }
span { border-color: rgb(253,190,168); }
td.TdClassName
{
border-color: #FDBEA8;
}
.TagClassName
{
border-color: #FDBEA8;
}
</style>