Shades of Melon #FFBAB1
Tints of Melon #FFBAB1
RGB
CMYK
RGB Variations
Color information
#FFBAB1 (or 0xFFBAB1) is known color: Melon. HEX triplet: FF, BA and B1. RGB value is (255,186,177). Sum of RGB (Red+Green+Blue) = 255+186+177=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAB1 is #00454E. Grayscale: #CDCDCD. Windows color (decimal): -17743 or 11647743. OLE color: 11647743.
HSL color Cylindrical-coordinate representation of color #FFBAB1: hue angle of 6.92º 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 #FFBAB1 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 177 | - |
| CMYK | 0 | 0.27 | 0.31 | 0 |
| HSL | 6.92º | 1% | 0.85% | - |
| HSV(B) | 6.92º | 0.31% | 1% | - |
| XYZ | 66.73 | 59.55 | 49.57 | - |
| YUV | 205.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 177 | 0 | 0.27 | 0.31 | 0 | 6.92 | 1 | 0.85 |
| Hex | FF | BA | B1 | 0 | 1B | 1F | 0 | 7 | 64 | 55 |
| Octal | 377 | 272 | 261 | 0 | 33 | 37 | 0 | 7 | 144 | 125 |
| Binary | 11111111 | 10111010 | 10110001 | 0 | 11011 | 11111 | 0 | 111 | 1100100 | 1010101 |
Color Harmonies of #FFBAB1
Complementary color
Monochromatic Colors of #FFBAB1
Black with #FFBAB1
Text Example
Text Example
White with #FFBAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAB1; }
p { color: rgb(255,186,177); }
H1.HeaderClassName
{
color: #FFBAB1;
}
.AnyTagClassName
{
color: #FFBAB1;
}
</style>
background-color css
<style>
a { background-color: #FFBAB1; }
a { background-color: rgb(255,186,177); }
div.DivClassName
{
background-color: #FFBAB1;
}
.BgClassName
{
background-color: #FFBAB1;
}
</style>
border-color css
<style>
span { border-color: #FFBAB1; }
span { border-color: rgb(255,186,177); }
td.TdClassName
{
border-color: #FFBAB1;
}
.TagClassName
{
border-color: #FFBAB1;
}
</style>