Shades of Melon #FFBDB0
Tints of Melon #FFBDB0
RGB
CMYK
RGB Variations
Color information
#FFBDB0 (or 0xFFBDB0) is known color: Melon. HEX triplet: FF, BD and B0. RGB value is (255,189,176). Sum of RGB (Red+Green+Blue) = 255+189+176=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDB0 is #00424F. Grayscale: #CFCFCF. Windows color (decimal): -16976 or 11582975. OLE color: 11582975.
HSL color Cylindrical-coordinate representation of color #FFBDB0: hue angle of 9.87º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFBDB0 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 176 | - |
| CMYK | 0 | 0.26 | 0.31 | 0 |
| HSL | 9.87º | 1% | 0.85% | - |
| HSV(B) | 9.87º | 0.31% | 1% | - |
| XYZ | 67.27 | 60.79 | 49.26 | - |
| YUV | 207.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 176 | 0 | 0.26 | 0.31 | 0 | 9.87 | 1 | 0.85 |
| Hex | FF | BD | B0 | 0 | 1A | 1F | 0 | A | 64 | 55 |
| Octal | 377 | 275 | 260 | 0 | 32 | 37 | 0 | 12 | 144 | 125 |
| Binary | 11111111 | 10111101 | 10110000 | 0 | 11010 | 11111 | 0 | 1010 | 1100100 | 1010101 |
Color Harmonies of #FFBDB0
Complementary color
Monochromatic Colors of #FFBDB0
Black with #FFBDB0
Text Example
Text Example
White with #FFBDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDB0; }
p { color: rgb(255,189,176); }
H1.HeaderClassName
{
color: #FFBDB0;
}
.AnyTagClassName
{
color: #FFBDB0;
}
</style>
background-color css
<style>
a { background-color: #FFBDB0; }
a { background-color: rgb(255,189,176); }
div.DivClassName
{
background-color: #FFBDB0;
}
.BgClassName
{
background-color: #FFBDB0;
}
</style>
border-color css
<style>
span { border-color: #FFBDB0; }
span { border-color: rgb(255,189,176); }
td.TdClassName
{
border-color: #FFBDB0;
}
.TagClassName
{
border-color: #FFBDB0;
}
</style>