Shades of Melon #FFB9AE
Tints of Melon #FFB9AE
RGB
CMYK
RGB Variations
Color information
#FFB9AE (or 0xFFB9AE) is known color: Melon. HEX triplet: FF, B9 and AE. RGB value is (255,185,174). Sum of RGB (Red+Green+Blue) = 255+185+174=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9AE is #004651. Grayscale: #CCCCCC. Windows color (decimal): -18002 or 11450879. OLE color: 11450879.
HSL color Cylindrical-coordinate representation of color #FFB9AE: hue angle of 8.15º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFB9AE is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 174 | - |
| CMYK | 0 | 0.27 | 0.32 | 0 |
| HSL | 8.15º | 1% | 0.84% | - |
| HSV(B) | 8.15º | 0.32% | 1% | - |
| XYZ | 66.23 | 59.01 | 47.94 | - |
| YUV | 204.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 174 | 0 | 0.27 | 0.32 | 0 | 8.15 | 1 | 0.84 |
| Hex | FF | B9 | AE | 0 | 1B | 20 | 0 | 8 | 64 | 54 |
| Octal | 377 | 271 | 256 | 0 | 33 | 40 | 0 | 10 | 144 | 124 |
| Binary | 11111111 | 10111001 | 10101110 | 0 | 11011 | 100000 | 0 | 1000 | 1100100 | 1010100 |
Color Harmonies of #FFB9AE
Complementary color
Monochromatic Colors of #FFB9AE
Black with #FFB9AE
Text Example
Text Example
White with #FFB9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9AE; }
p { color: rgb(255,185,174); }
H1.HeaderClassName
{
color: #FFB9AE;
}
.AnyTagClassName
{
color: #FFB9AE;
}
</style>
background-color css
<style>
a { background-color: #FFB9AE; }
a { background-color: rgb(255,185,174); }
div.DivClassName
{
background-color: #FFB9AE;
}
.BgClassName
{
background-color: #FFB9AE;
}
</style>
border-color css
<style>
span { border-color: #FFB9AE; }
span { border-color: rgb(255,185,174); }
td.TdClassName
{
border-color: #FFB9AE;
}
.TagClassName
{
border-color: #FFB9AE;
}
</style>