Shades of Melon #FFBDB3
Tints of Melon #FFBDB3
RGB
CMYK
RGB Variations
Color information
#FFBDB3 (or 0xFFBDB3) is known color: Melon. HEX triplet: FF, BD and B3. RGB value is (255,189,179). Sum of RGB (Red+Green+Blue) = 255+189+179=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 179 (70.31% from 255 or 28.73% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDB3 is #00424C. Grayscale: #CFCFCF. Windows color (decimal): -16973 or 11779583. OLE color: 11779583.
HSL color Cylindrical-coordinate representation of color #FFBDB3: hue angle of 7.89º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFBDB3 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 179 | - |
| CMYK | 0 | 0.26 | 0.30 | 0 |
| HSL | 7.89º | 1% | 0.85% | - |
| HSV(B) | 7.89º | 0.3% | 1% | - |
| XYZ | 67.57 | 60.91 | 50.84 | - |
| YUV | 207.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 179 | 0 | 0.26 | 0.30 | 0 | 7.89 | 1 | 0.85 |
| Hex | FF | BD | B3 | 0 | 1A | 1E | 0 | 8 | 64 | 55 |
| Octal | 377 | 275 | 263 | 0 | 32 | 36 | 0 | 10 | 144 | 125 |
| Binary | 11111111 | 10111101 | 10110011 | 0 | 11010 | 11110 | 0 | 1000 | 1100100 | 1010101 |
Color Harmonies of #FFBDB3
Complementary color
Monochromatic Colors of #FFBDB3
Black with #FFBDB3
Text Example
Text Example
White with #FFBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDB3; }
p { color: rgb(255,189,179); }
H1.HeaderClassName
{
color: #FFBDB3;
}
.AnyTagClassName
{
color: #FFBDB3;
}
</style>
background-color css
<style>
a { background-color: #FFBDB3; }
a { background-color: rgb(255,189,179); }
div.DivClassName
{
background-color: #FFBDB3;
}
.BgClassName
{
background-color: #FFBDB3;
}
</style>
border-color css
<style>
span { border-color: #FFBDB3; }
span { border-color: rgb(255,189,179); }
td.TdClassName
{
border-color: #FFBDB3;
}
.TagClassName
{
border-color: #FFBDB3;
}
</style>