Shades of Melon #FFB9A6
Tints of Melon #FFB9A6
RGB
CMYK
RGB Variations
Color information
#FFB9A6 (or 0xFFB9A6) is known color: Melon. HEX triplet: FF, B9 and A6. RGB value is (255,185,166). Sum of RGB (Red+Green+Blue) = 255+185+166=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9A6 is #004659. Grayscale: #CBCBCB. Windows color (decimal): -18010 or 10926591. OLE color: 10926591.
HSL color Cylindrical-coordinate representation of color #FFB9A6: hue angle of 12.81º 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 #FFB9A6 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 166 | - |
| CMYK | 0 | 0.27 | 0.35 | 0 |
| HSL | 12.81º | 1% | 0.83% | - |
| HSV(B) | 12.81º | 0.35% | 1% | - |
| XYZ | 65.47 | 58.71 | 43.96 | - |
| YUV | 203.76 | 106.69 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 166 | 0 | 0.27 | 0.35 | 0 | 12.81 | 1 | 0.83 |
| Hex | FF | B9 | A6 | 0 | 1B | 23 | 0 | D | 64 | 53 |
| Octal | 377 | 271 | 246 | 0 | 33 | 43 | 0 | 15 | 144 | 123 |
| Binary | 11111111 | 10111001 | 10100110 | 0 | 11011 | 100011 | 0 | 1101 | 1100100 | 1010011 |
Color Harmonies of #FFB9A6
Complementary color
Monochromatic Colors of #FFB9A6
Black with #FFB9A6
Text Example
Text Example
White with #FFB9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9A6; }
p { color: rgb(255,185,166); }
H1.HeaderClassName
{
color: #FFB9A6;
}
.AnyTagClassName
{
color: #FFB9A6;
}
</style>
background-color css
<style>
a { background-color: #FFB9A6; }
a { background-color: rgb(255,185,166); }
div.DivClassName
{
background-color: #FFB9A6;
}
.BgClassName
{
background-color: #FFB9A6;
}
</style>
border-color css
<style>
span { border-color: #FFB9A6; }
span { border-color: rgb(255,185,166); }
td.TdClassName
{
border-color: #FFB9A6;
}
.TagClassName
{
border-color: #FFB9A6;
}
</style>