Shades of Melon #FFBAA7
Tints of Melon #FFBAA7
RGB
CMYK
RGB Variations
Color information
#FFBAA7 (or 0xFFBAA7) is known color: Melon. HEX triplet: FF, BA and A7. RGB value is (255,186,167). Sum of RGB (Red+Green+Blue) = 255+186+167=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAA7 is #004558. Grayscale: #CCCCCC. Windows color (decimal): -17753 or 10992383. OLE color: 10992383.
HSL color Cylindrical-coordinate representation of color #FFBAA7: hue angle of 12.95º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFBAA7 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 167 | - |
| CMYK | 0 | 0.27 | 0.35 | 0 |
| HSL | 12.95º | 1% | 0.83% | - |
| HSV(B) | 12.95º | 0.35% | 1% | - |
| XYZ | 65.77 | 59.17 | 44.51 | - |
| YUV | 204.47 | 106.86 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 167 | 0 | 0.27 | 0.35 | 0 | 12.95 | 1 | 0.83 |
| Hex | FF | BA | A7 | 0 | 1B | 23 | 0 | D | 64 | 53 |
| Octal | 377 | 272 | 247 | 0 | 33 | 43 | 0 | 15 | 144 | 123 |
| Binary | 11111111 | 10111010 | 10100111 | 0 | 11011 | 100011 | 0 | 1101 | 1100100 | 1010011 |
Color Harmonies of #FFBAA7
Complementary color
Monochromatic Colors of #FFBAA7
Black with #FFBAA7
Text Example
Text Example
White with #FFBAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAA7; }
p { color: rgb(255,186,167); }
H1.HeaderClassName
{
color: #FFBAA7;
}
.AnyTagClassName
{
color: #FFBAA7;
}
</style>
background-color css
<style>
a { background-color: #FFBAA7; }
a { background-color: rgb(255,186,167); }
div.DivClassName
{
background-color: #FFBAA7;
}
.BgClassName
{
background-color: #FFBAA7;
}
</style>
border-color css
<style>
span { border-color: #FFBAA7; }
span { border-color: rgb(255,186,167); }
td.TdClassName
{
border-color: #FFBAA7;
}
.TagClassName
{
border-color: #FFBAA7;
}
</style>