Shades of Melon #FFB7AE
Tints of Melon #FFB7AE
RGB
CMYK
RGB Variations
Color information
#FFB7AE (or 0xFFB7AE) is known color: Melon. HEX triplet: FF, B7 and AE. RGB value is (255,183,174). Sum of RGB (Red+Green+Blue) = 255+183+174=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7AE is #004851. Grayscale: #CBCBCB. Windows color (decimal): -18514 or 11450367. OLE color: 11450367.
HSL color Cylindrical-coordinate representation of color #FFB7AE: hue angle of 6.67º 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 #FFB7AE is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 174 | - |
| CMYK | 0 | 0.28 | 0.32 | 0 |
| HSL | 6.67º | 1% | 0.84% | - |
| HSV(B) | 6.67º | 0.32% | 1% | - |
| XYZ | 65.81 | 58.18 | 47.81 | - |
| YUV | 203.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 174 | 0 | 0.28 | 0.32 | 0 | 6.67 | 1 | 0.84 |
| Hex | FF | B7 | AE | 0 | 1C | 20 | 0 | 7 | 64 | 54 |
| Octal | 377 | 267 | 256 | 0 | 34 | 40 | 0 | 7 | 144 | 124 |
| Binary | 11111111 | 10110111 | 10101110 | 0 | 11100 | 100000 | 0 | 111 | 1100100 | 1010100 |
Color Harmonies of #FFB7AE
Complementary color
Monochromatic Colors of #FFB7AE
Black with #FFB7AE
Text Example
Text Example
White with #FFB7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7AE; }
p { color: rgb(255,183,174); }
H1.HeaderClassName
{
color: #FFB7AE;
}
.AnyTagClassName
{
color: #FFB7AE;
}
</style>
background-color css
<style>
a { background-color: #FFB7AE; }
a { background-color: rgb(255,183,174); }
div.DivClassName
{
background-color: #FFB7AE;
}
.BgClassName
{
background-color: #FFB7AE;
}
</style>
border-color css
<style>
span { border-color: #FFB7AE; }
span { border-color: rgb(255,183,174); }
td.TdClassName
{
border-color: #FFB7AE;
}
.TagClassName
{
border-color: #FFB7AE;
}
</style>