Shades of Melon #FFBDB5
Tints of Melon #FFBDB5
RGB
CMYK
RGB Variations
Color information
#FFBDB5 (or 0xFFBDB5) is known color: Melon. HEX triplet: FF, BD and B5. RGB value is (255,189,181). Sum of RGB (Red+Green+Blue) = 255+189+181=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDB5 is #00424A. Grayscale: #CFCFCF. Windows color (decimal): -16971 or 11910655. OLE color: 11910655.
HSL color Cylindrical-coordinate representation of color #FFBDB5: hue angle of 6.49º 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 #FFBDB5 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 181 | - |
| CMYK | 0 | 0.26 | 0.29 | 0 |
| HSL | 6.49º | 1% | 0.85% | - |
| HSV(B) | 6.49º | 0.29% | 1% | - |
| XYZ | 67.78 | 60.99 | 51.92 | - |
| YUV | 207.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 181 | 0 | 0.26 | 0.29 | 0 | 6.49 | 1 | 0.85 |
| Hex | FF | BD | B5 | 0 | 1A | 1D | 0 | 6 | 64 | 55 |
| Octal | 377 | 275 | 265 | 0 | 32 | 35 | 0 | 6 | 144 | 125 |
| Binary | 11111111 | 10111101 | 10110101 | 0 | 11010 | 11101 | 0 | 110 | 1100100 | 1010101 |
Color Harmonies of #FFBDB5
Complementary color
Monochromatic Colors of #FFBDB5
Black with #FFBDB5
Text Example
Text Example
White with #FFBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDB5; }
p { color: rgb(255,189,181); }
H1.HeaderClassName
{
color: #FFBDB5;
}
.AnyTagClassName
{
color: #FFBDB5;
}
</style>
background-color css
<style>
a { background-color: #FFBDB5; }
a { background-color: rgb(255,189,181); }
div.DivClassName
{
background-color: #FFBDB5;
}
.BgClassName
{
background-color: #FFBDB5;
}
</style>
border-color css
<style>
span { border-color: #FFBDB5; }
span { border-color: rgb(255,189,181); }
td.TdClassName
{
border-color: #FFBDB5;
}
.TagClassName
{
border-color: #FFBDB5;
}
</style>