Shades of Melon #FFBAB3
Tints of Melon #FFBAB3
RGB
CMYK
RGB Variations
Color information
#FFBAB3 (or 0xFFBAB3) is known color: Melon. HEX triplet: FF, BA and B3. RGB value is (255,186,179). Sum of RGB (Red+Green+Blue) = 255+186+179=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAB3 is #00454C. Grayscale: #CDCDCD. Windows color (decimal): -17741 or 11778815. OLE color: 11778815.
HSL color Cylindrical-coordinate representation of color #FFBAB3: hue angle of 5.53º 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 #FFBAB3 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 179 | - |
| CMYK | 0 | 0.27 | 0.30 | 0 |
| HSL | 5.53º | 1% | 0.85% | - |
| HSV(B) | 5.53º | 0.3% | 1% | - |
| XYZ | 66.94 | 59.63 | 50.63 | - |
| YUV | 205.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 179 | 0 | 0.27 | 0.30 | 0 | 5.53 | 1 | 0.85 |
| Hex | FF | BA | B3 | 0 | 1B | 1E | 0 | 6 | 64 | 55 |
| Octal | 377 | 272 | 263 | 0 | 33 | 36 | 0 | 6 | 144 | 125 |
| Binary | 11111111 | 10111010 | 10110011 | 0 | 11011 | 11110 | 0 | 110 | 1100100 | 1010101 |
Color Harmonies of #FFBAB3
Complementary color
Monochromatic Colors of #FFBAB3
Black with #FFBAB3
Text Example
Text Example
White with #FFBAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAB3; }
p { color: rgb(255,186,179); }
H1.HeaderClassName
{
color: #FFBAB3;
}
.AnyTagClassName
{
color: #FFBAB3;
}
</style>
background-color css
<style>
a { background-color: #FFBAB3; }
a { background-color: rgb(255,186,179); }
div.DivClassName
{
background-color: #FFBAB3;
}
.BgClassName
{
background-color: #FFBAB3;
}
</style>
border-color css
<style>
span { border-color: #FFBAB3; }
span { border-color: rgb(255,186,179); }
td.TdClassName
{
border-color: #FFBAB3;
}
.TagClassName
{
border-color: #FFBAB3;
}
</style>