Shades of Melon #FFB6AE
Tints of Melon #FFB6AE
RGB
CMYK
RGB Variations
Color information
#FFB6AE (or 0xFFB6AE) is known color: Melon. HEX triplet: FF, B6 and AE. RGB value is (255,182,174). Sum of RGB (Red+Green+Blue) = 255+182+174=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6AE is #004951. Grayscale: #CBCBCB. Windows color (decimal): -18770 or 11450111. OLE color: 11450111.
HSL color Cylindrical-coordinate representation of color #FFB6AE: hue angle of 5.93º 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 #FFB6AE is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 174 | - |
| CMYK | 0 | 0.29 | 0.32 | 0 |
| HSL | 5.93º | 1% | 0.84% | - |
| HSV(B) | 5.93º | 0.32% | 1% | - |
| XYZ | 65.61 | 57.77 | 47.74 | - |
| YUV | 202.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 174 | 0 | 0.29 | 0.32 | 0 | 5.93 | 1 | 0.84 |
| Hex | FF | B6 | AE | 0 | 1D | 20 | 0 | 6 | 64 | 54 |
| Octal | 377 | 266 | 256 | 0 | 35 | 40 | 0 | 6 | 144 | 124 |
| Binary | 11111111 | 10110110 | 10101110 | 0 | 11101 | 100000 | 0 | 110 | 1100100 | 1010100 |
Color Harmonies of #FFB6AE
Complementary color
Monochromatic Colors of #FFB6AE
Black with #FFB6AE
Text Example
Text Example
White with #FFB6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6AE; }
p { color: rgb(255,182,174); }
H1.HeaderClassName
{
color: #FFB6AE;
}
.AnyTagClassName
{
color: #FFB6AE;
}
</style>
background-color css
<style>
a { background-color: #FFB6AE; }
a { background-color: rgb(255,182,174); }
div.DivClassName
{
background-color: #FFB6AE;
}
.BgClassName
{
background-color: #FFB6AE;
}
</style>
border-color css
<style>
span { border-color: #FFB6AE; }
span { border-color: rgb(255,182,174); }
td.TdClassName
{
border-color: #FFB6AE;
}
.TagClassName
{
border-color: #FFB6AE;
}
</style>