Shades of Melon #FFBAAC
Tints of Melon #FFBAAC
RGB
CMYK
RGB Variations
Color information
#FFBAAC (or 0xFFBAAC) is known color: Melon. HEX triplet: FF, BA and AC. RGB value is (255,186,172). Sum of RGB (Red+Green+Blue) = 255+186+172=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAAC is #004553. Grayscale: #CDCDCD. Windows color (decimal): -17748 or 11320063. OLE color: 11320063.
HSL color Cylindrical-coordinate representation of color #FFBAAC: hue angle of 10.12º 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 #FFBAAC is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 172 | - |
| CMYK | 0 | 0.27 | 0.33 | 0 |
| HSL | 10.12º | 1% | 0.84% | - |
| HSV(B) | 10.12º | 0.33% | 1% | - |
| XYZ | 66.25 | 59.36 | 47 | - |
| YUV | 205.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 172 | 0 | 0.27 | 0.33 | 0 | 10.12 | 1 | 0.84 |
| Hex | FF | BA | AC | 0 | 1B | 21 | 0 | A | 64 | 54 |
| Octal | 377 | 272 | 254 | 0 | 33 | 41 | 0 | 12 | 144 | 124 |
| Binary | 11111111 | 10111010 | 10101100 | 0 | 11011 | 100001 | 0 | 1010 | 1100100 | 1010100 |
Color Harmonies of #FFBAAC
Complementary color
Monochromatic Colors of #FFBAAC
Black with #FFBAAC
Text Example
Text Example
White with #FFBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAAC; }
p { color: rgb(255,186,172); }
H1.HeaderClassName
{
color: #FFBAAC;
}
.AnyTagClassName
{
color: #FFBAAC;
}
</style>
background-color css
<style>
a { background-color: #FFBAAC; }
a { background-color: rgb(255,186,172); }
div.DivClassName
{
background-color: #FFBAAC;
}
.BgClassName
{
background-color: #FFBAAC;
}
</style>
border-color css
<style>
span { border-color: #FFBAAC; }
span { border-color: rgb(255,186,172); }
td.TdClassName
{
border-color: #FFBAAC;
}
.TagClassName
{
border-color: #FFBAAC;
}
</style>