Shades of Melon #FFBDAB
Tints of Melon #FFBDAB
RGB
CMYK
RGB Variations
Color information
#FFBDAB (or 0xFFBDAB) is known color: Melon. HEX triplet: FF, BD and AB. RGB value is (255,189,171). Sum of RGB (Red+Green+Blue) = 255+189+171=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDAB is #004254. Grayscale: #CECECE. Windows color (decimal): -16981 or 11255295. OLE color: 11255295.
HSL color Cylindrical-coordinate representation of color #FFBDAB: hue angle of 12.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFBDAB is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 171 | - |
| CMYK | 0 | 0.26 | 0.33 | 0 |
| HSL | 12.86º | 1% | 0.84% | - |
| HSV(B) | 12.86º | 0.33% | 1% | - |
| XYZ | 66.79 | 60.6 | 46.7 | - |
| YUV | 206.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 171 | 0 | 0.26 | 0.33 | 0 | 12.86 | 1 | 0.84 |
| Hex | FF | BD | AB | 0 | 1A | 21 | 0 | D | 64 | 54 |
| Octal | 377 | 275 | 253 | 0 | 32 | 41 | 0 | 15 | 144 | 124 |
| Binary | 11111111 | 10111101 | 10101011 | 0 | 11010 | 100001 | 0 | 1101 | 1100100 | 1010100 |
Color Harmonies of #FFBDAB
Complementary color
Monochromatic Colors of #FFBDAB
Black with #FFBDAB
Text Example
Text Example
White with #FFBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDAB; }
p { color: rgb(255,189,171); }
H1.HeaderClassName
{
color: #FFBDAB;
}
.AnyTagClassName
{
color: #FFBDAB;
}
</style>
background-color css
<style>
a { background-color: #FFBDAB; }
a { background-color: rgb(255,189,171); }
div.DivClassName
{
background-color: #FFBDAB;
}
.BgClassName
{
background-color: #FFBDAB;
}
</style>
border-color css
<style>
span { border-color: #FFBDAB; }
span { border-color: rgb(255,189,171); }
td.TdClassName
{
border-color: #FFBDAB;
}
.TagClassName
{
border-color: #FFBDAB;
}
</style>