Shades of Melon #FFBDAD
Tints of Melon #FFBDAD
RGB
CMYK
RGB Variations
Color information
#FFBDAD (or 0xFFBDAD) is known color: Melon. HEX triplet: FF, BD and AD. RGB value is (255,189,173). Sum of RGB (Red+Green+Blue) = 255+189+173=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDAD is #004252. Grayscale: #CFCFCF. Windows color (decimal): -16979 or 11386367. OLE color: 11386367.
HSL color Cylindrical-coordinate representation of color #FFBDAD: hue angle of 11.71º 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 #FFBDAD is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 173 | - |
| CMYK | 0 | 0.26 | 0.32 | 0 |
| HSL | 11.71º | 1% | 0.84% | - |
| HSV(B) | 11.71º | 0.32% | 1% | - |
| XYZ | 66.98 | 60.67 | 47.72 | - |
| YUV | 206.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 173 | 0 | 0.26 | 0.32 | 0 | 11.71 | 1 | 0.84 |
| Hex | FF | BD | AD | 0 | 1A | 20 | 0 | C | 64 | 54 |
| Octal | 377 | 275 | 255 | 0 | 32 | 40 | 0 | 14 | 144 | 124 |
| Binary | 11111111 | 10111101 | 10101101 | 0 | 11010 | 100000 | 0 | 1100 | 1100100 | 1010100 |
Color Harmonies of #FFBDAD
Complementary color
Monochromatic Colors of #FFBDAD
Black with #FFBDAD
Text Example
Text Example
White with #FFBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDAD; }
p { color: rgb(255,189,173); }
H1.HeaderClassName
{
color: #FFBDAD;
}
.AnyTagClassName
{
color: #FFBDAD;
}
</style>
background-color css
<style>
a { background-color: #FFBDAD; }
a { background-color: rgb(255,189,173); }
div.DivClassName
{
background-color: #FFBDAD;
}
.BgClassName
{
background-color: #FFBDAD;
}
</style>
border-color css
<style>
span { border-color: #FFBDAD; }
span { border-color: rgb(255,189,173); }
td.TdClassName
{
border-color: #FFBDAD;
}
.TagClassName
{
border-color: #FFBDAD;
}
</style>