Shades of Melon #FFBAA4
Tints of Melon #FFBAA4
RGB
CMYK
RGB Variations
Color information
#FFBAA4 (or 0xFFBAA4) is known color: Melon. HEX triplet: FF, BA and A4. RGB value is (255,186,164). Sum of RGB (Red+Green+Blue) = 255+186+164=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAA4 is #00455B. Grayscale: #CCCCCC. Windows color (decimal): -17756 or 10795775. OLE color: 10795775.
HSL color Cylindrical-coordinate representation of color #FFBAA4: hue angle of 14.51º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFBAA4 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 164 | - |
| CMYK | 0 | 0.27 | 0.36 | 0 |
| HSL | 14.51º | 1% | 0.82% | - |
| HSV(B) | 14.51º | 0.36% | 1% | - |
| XYZ | 65.5 | 59.06 | 43.07 | - |
| YUV | 204.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 164 | 0 | 0.27 | 0.36 | 0 | 14.51 | 1 | 0.82 |
| Hex | FF | BA | A4 | 0 | 1B | 24 | 0 | F | 64 | 52 |
| Octal | 377 | 272 | 244 | 0 | 33 | 44 | 0 | 17 | 144 | 122 |
| Binary | 11111111 | 10111010 | 10100100 | 0 | 11011 | 100100 | 0 | 1111 | 1100100 | 1010010 |
Color Harmonies of #FFBAA4
Complementary color
Monochromatic Colors of #FFBAA4
Black with #FFBAA4
Text Example
Text Example
White with #FFBAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAA4; }
p { color: rgb(255,186,164); }
H1.HeaderClassName
{
color: #FFBAA4;
}
.AnyTagClassName
{
color: #FFBAA4;
}
</style>
background-color css
<style>
a { background-color: #FFBAA4; }
a { background-color: rgb(255,186,164); }
div.DivClassName
{
background-color: #FFBAA4;
}
.BgClassName
{
background-color: #FFBAA4;
}
</style>
border-color css
<style>
span { border-color: #FFBAA4; }
span { border-color: rgb(255,186,164); }
td.TdClassName
{
border-color: #FFBAA4;
}
.TagClassName
{
border-color: #FFBAA4;
}
</style>