Shades of Melon #FFB8AE
Tints of Melon #FFB8AE
RGB
CMYK
RGB Variations
Color information
#FFB8AE (or 0xFFB8AE) is known color: Melon. HEX triplet: FF, B8 and AE. RGB value is (255,184,174). Sum of RGB (Red+Green+Blue) = 255+184+174=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB8AE is #004751. Grayscale: #CCCCCC. Windows color (decimal): -18258 or 11450623. OLE color: 11450623.
HSL color Cylindrical-coordinate representation of color #FFB8AE: hue angle of 7.41º 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 #FFB8AE is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 174 | - |
| CMYK | 0 | 0.28 | 0.32 | 0 |
| HSL | 7.41º | 1% | 0.84% | - |
| HSV(B) | 7.41º | 0.32% | 1% | - |
| XYZ | 66.02 | 58.6 | 47.88 | - |
| YUV | 204.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 174 | 0 | 0.28 | 0.32 | 0 | 7.41 | 1 | 0.84 |
| Hex | FF | B8 | AE | 0 | 1C | 20 | 0 | 7 | 64 | 54 |
| Octal | 377 | 270 | 256 | 0 | 34 | 40 | 0 | 7 | 144 | 124 |
| Binary | 11111111 | 10111000 | 10101110 | 0 | 11100 | 100000 | 0 | 111 | 1100100 | 1010100 |
Color Harmonies of #FFB8AE
Complementary color
Monochromatic Colors of #FFB8AE
Black with #FFB8AE
Text Example
Text Example
White with #FFB8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8AE; }
p { color: rgb(255,184,174); }
H1.HeaderClassName
{
color: #FFB8AE;
}
.AnyTagClassName
{
color: #FFB8AE;
}
</style>
background-color css
<style>
a { background-color: #FFB8AE; }
a { background-color: rgb(255,184,174); }
div.DivClassName
{
background-color: #FFB8AE;
}
.BgClassName
{
background-color: #FFB8AE;
}
</style>
border-color css
<style>
span { border-color: #FFB8AE; }
span { border-color: rgb(255,184,174); }
td.TdClassName
{
border-color: #FFB8AE;
}
.TagClassName
{
border-color: #FFB8AE;
}
</style>