Shades of Melon #FFBEAD
Tints of Melon #FFBEAD
RGB
CMYK
RGB Variations
Color information
#FFBEAD (or 0xFFBEAD) is known color: Melon. HEX triplet: FF, BE and AD. RGB value is (255,190,173). Sum of RGB (Red+Green+Blue) = 255+190+173=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBEAD is #004152. Grayscale: #CFCFCF. Windows color (decimal): -16723 or 11386623. OLE color: 11386623.
HSL color Cylindrical-coordinate representation of color #FFBEAD: hue angle of 12.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFBEAD is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 173 | - |
| CMYK | 0 | 0.25 | 0.32 | 0 |
| HSL | 12.44º | 1% | 0.84% | - |
| HSV(B) | 12.44º | 0.32% | 1% | - |
| XYZ | 67.2 | 61.1 | 47.79 | - |
| YUV | 207.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 173 | 0 | 0.25 | 0.32 | 0 | 12.44 | 1 | 0.84 |
| Hex | FF | BE | AD | 0 | 19 | 20 | 0 | C | 64 | 54 |
| Octal | 377 | 276 | 255 | 0 | 31 | 40 | 0 | 14 | 144 | 124 |
| Binary | 11111111 | 10111110 | 10101101 | 0 | 11001 | 100000 | 0 | 1100 | 1100100 | 1010100 |
Color Harmonies of #FFBEAD
Complementary color
Monochromatic Colors of #FFBEAD
Black with #FFBEAD
Text Example
Text Example
White with #FFBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEAD; }
p { color: rgb(255,190,173); }
H1.HeaderClassName
{
color: #FFBEAD;
}
.AnyTagClassName
{
color: #FFBEAD;
}
</style>
background-color css
<style>
a { background-color: #FFBEAD; }
a { background-color: rgb(255,190,173); }
div.DivClassName
{
background-color: #FFBEAD;
}
.BgClassName
{
background-color: #FFBEAD;
}
</style>
border-color css
<style>
span { border-color: #FFBEAD; }
span { border-color: rgb(255,190,173); }
td.TdClassName
{
border-color: #FFBEAD;
}
.TagClassName
{
border-color: #FFBEAD;
}
</style>