Shades of Melon #FFBEB4
Tints of Melon #FFBEB4
RGB
CMYK
RGB Variations
Color information
#FFBEB4 (or 0xFFBEB4) is known color: Melon. HEX triplet: FF, BE and B4. RGB value is (255,190,180). Sum of RGB (Red+Green+Blue) = 255+190+180=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEB4 is #00414B. Grayscale: #D0D0D0. Windows color (decimal): -16716 or 11845375. OLE color: 11845375.
HSL color Cylindrical-coordinate representation of color #FFBEB4: hue angle of 8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFBEB4 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 180 | - |
| CMYK | 0 | 0.25 | 0.29 | 0 |
| HSL | 8º | 1% | 0.85% | - |
| HSV(B) | 8º | 0.29% | 1% | - |
| XYZ | 67.89 | 61.38 | 51.45 | - |
| YUV | 208.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 180 | 0 | 0.25 | 0.29 | 0 | 8 | 1 | 0.85 |
| Hex | FF | BE | B4 | 0 | 19 | 1D | 0 | 8 | 64 | 55 |
| Octal | 377 | 276 | 264 | 0 | 31 | 35 | 0 | 10 | 144 | 125 |
| Binary | 11111111 | 10111110 | 10110100 | 0 | 11001 | 11101 | 0 | 1000 | 1100100 | 1010101 |
Color Harmonies of #FFBEB4
Complementary color
Monochromatic Colors of #FFBEB4
Black with #FFBEB4
Text Example
Text Example
White with #FFBEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEB4; }
p { color: rgb(255,190,180); }
H1.HeaderClassName
{
color: #FFBEB4;
}
.AnyTagClassName
{
color: #FFBEB4;
}
</style>
background-color css
<style>
a { background-color: #FFBEB4; }
a { background-color: rgb(255,190,180); }
div.DivClassName
{
background-color: #FFBEB4;
}
.BgClassName
{
background-color: #FFBEB4;
}
</style>
border-color css
<style>
span { border-color: #FFBEB4; }
span { border-color: rgb(255,190,180); }
td.TdClassName
{
border-color: #FFBEB4;
}
.TagClassName
{
border-color: #FFBEB4;
}
</style>