Shades of Melon #FFB9AC
Tints of Melon #FFB9AC
RGB
CMYK
RGB Variations
Color information
#FFB9AC (or 0xFFB9AC) is known color: Melon. HEX triplet: FF, B9 and AC. RGB value is (255,185,172). Sum of RGB (Red+Green+Blue) = 255+185+172=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9AC is #004653. Grayscale: #CCCCCC. Windows color (decimal): -18004 or 11319807. OLE color: 11319807.
HSL color Cylindrical-coordinate representation of color #FFB9AC: hue angle of 9.4º 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 #FFB9AC is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 172 | - |
| CMYK | 0 | 0.27 | 0.33 | 0 |
| HSL | 9.4º | 1% | 0.84% | - |
| HSV(B) | 9.4º | 0.33% | 1% | - |
| XYZ | 66.04 | 58.94 | 46.93 | - |
| YUV | 204.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 172 | 0 | 0.27 | 0.33 | 0 | 9.4 | 1 | 0.84 |
| Hex | FF | B9 | AC | 0 | 1B | 21 | 0 | 9 | 64 | 54 |
| Octal | 377 | 271 | 254 | 0 | 33 | 41 | 0 | 11 | 144 | 124 |
| Binary | 11111111 | 10111001 | 10101100 | 0 | 11011 | 100001 | 0 | 1001 | 1100100 | 1010100 |
Color Harmonies of #FFB9AC
Complementary color
Monochromatic Colors of #FFB9AC
Black with #FFB9AC
Text Example
Text Example
White with #FFB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9AC; }
p { color: rgb(255,185,172); }
H1.HeaderClassName
{
color: #FFB9AC;
}
.AnyTagClassName
{
color: #FFB9AC;
}
</style>
background-color css
<style>
a { background-color: #FFB9AC; }
a { background-color: rgb(255,185,172); }
div.DivClassName
{
background-color: #FFB9AC;
}
.BgClassName
{
background-color: #FFB9AC;
}
</style>
border-color css
<style>
span { border-color: #FFB9AC; }
span { border-color: rgb(255,185,172); }
td.TdClassName
{
border-color: #FFB9AC;
}
.TagClassName
{
border-color: #FFB9AC;
}
</style>