Shades of Melon #FFB9A2
Tints of Melon #FFB9A2
RGB
CMYK
RGB Variations
Color information
#FFB9A2 (or 0xFFB9A2) is known color: Melon. HEX triplet: FF, B9 and A2. RGB value is (255,185,162). Sum of RGB (Red+Green+Blue) = 255+185+162=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9A2 is #00465D. Grayscale: #CBCBCB. Windows color (decimal): -18014 or 10664447. OLE color: 10664447.
HSL color Cylindrical-coordinate representation of color #FFB9A2: hue angle of 14.84º 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 #FFB9A2 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 162 | - |
| CMYK | 0 | 0.27 | 0.36 | 0 |
| HSL | 14.84º | 1% | 0.82% | - |
| HSV(B) | 14.84º | 0.36% | 1% | - |
| XYZ | 65.11 | 58.57 | 42.06 | - |
| YUV | 203.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 162 | 0 | 0.27 | 0.36 | 0 | 14.84 | 1 | 0.82 |
| Hex | FF | B9 | A2 | 0 | 1B | 24 | 0 | F | 64 | 52 |
| Octal | 377 | 271 | 242 | 0 | 33 | 44 | 0 | 17 | 144 | 122 |
| Binary | 11111111 | 10111001 | 10100010 | 0 | 11011 | 100100 | 0 | 1111 | 1100100 | 1010010 |
Color Harmonies of #FFB9A2
Complementary color
Monochromatic Colors of #FFB9A2
Black with #FFB9A2
Text Example
Text Example
White with #FFB9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9A2; }
p { color: rgb(255,185,162); }
H1.HeaderClassName
{
color: #FFB9A2;
}
.AnyTagClassName
{
color: #FFB9A2;
}
</style>
background-color css
<style>
a { background-color: #FFB9A2; }
a { background-color: rgb(255,185,162); }
div.DivClassName
{
background-color: #FFB9A2;
}
.BgClassName
{
background-color: #FFB9A2;
}
</style>
border-color css
<style>
span { border-color: #FFB9A2; }
span { border-color: rgb(255,185,162); }
td.TdClassName
{
border-color: #FFB9A2;
}
.TagClassName
{
border-color: #FFB9A2;
}
</style>