Shades of Melon #FFB6A9
Tints of Melon #FFB6A9
RGB
CMYK
RGB Variations
Color information
#FFB6A9 (or 0xFFB6A9) is known color: Melon. HEX triplet: FF, B6 and A9. RGB value is (255,182,169). Sum of RGB (Red+Green+Blue) = 255+182+169=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 169 (66.41% from 255 or 27.89% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6A9 is #004956. Grayscale: #CACACA. Windows color (decimal): -18775 or 11122431. OLE color: 11122431.
HSL color Cylindrical-coordinate representation of color #FFB6A9: hue angle of 9.07º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFB6A9 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 169 | - |
| CMYK | 0 | 0.29 | 0.34 | 0 |
| HSL | 9.07º | 1% | 0.83% | - |
| HSV(B) | 9.07º | 0.34% | 1% | - |
| XYZ | 65.13 | 57.58 | 45.22 | - |
| YUV | 202.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 169 | 0 | 0.29 | 0.34 | 0 | 9.07 | 1 | 0.83 |
| Hex | FF | B6 | A9 | 0 | 1D | 22 | 0 | 9 | 64 | 53 |
| Octal | 377 | 266 | 251 | 0 | 35 | 42 | 0 | 11 | 144 | 123 |
| Binary | 11111111 | 10110110 | 10101001 | 0 | 11101 | 100010 | 0 | 1001 | 1100100 | 1010011 |
Color Harmonies of #FFB6A9
Complementary color
Monochromatic Colors of #FFB6A9
Black with #FFB6A9
Text Example
Text Example
White with #FFB6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6A9; }
p { color: rgb(255,182,169); }
H1.HeaderClassName
{
color: #FFB6A9;
}
.AnyTagClassName
{
color: #FFB6A9;
}
</style>
background-color css
<style>
a { background-color: #FFB6A9; }
a { background-color: rgb(255,182,169); }
div.DivClassName
{
background-color: #FFB6A9;
}
.BgClassName
{
background-color: #FFB6A9;
}
</style>
border-color css
<style>
span { border-color: #FFB6A9; }
span { border-color: rgb(255,182,169); }
td.TdClassName
{
border-color: #FFB6A9;
}
.TagClassName
{
border-color: #FFB6A9;
}
</style>