Shades of Melon #FFB5AE
Tints of Melon #FFB5AE
RGB
CMYK
RGB Variations
Color information
#FFB5AE (or 0xFFB5AE) is known color: Melon. HEX triplet: FF, B5 and AE. RGB value is (255,181,174). Sum of RGB (Red+Green+Blue) = 255+181+174=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5AE is #004A51. Grayscale: #CACACA. Windows color (decimal): -19026 or 11449855. OLE color: 11449855.
HSL color Cylindrical-coordinate representation of color #FFB5AE: hue angle of 5.19º 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 #FFB5AE is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 181 | 174 | - |
CMYK | 0 | 0.29 | 0.32 | 0 |
HSL | 5.19º | 1% | 0.84% | - |
HSV(B) | 5.19º | 0.32% | 1% | - |
XYZ | 65.4 | 57.36 | 47.67 | - |
YUV | 202.33 | 112.02 | 165.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 181 | 174 | 0 | 0.29 | 0.32 | 0 | 5.19 | 1 | 0.84 |
Hex | FF | B5 | AE | 0 | 1D | 20 | 0 | 5 | 64 | 54 |
Octal | 377 | 265 | 256 | 0 | 35 | 40 | 0 | 5 | 144 | 124 |
Binary | 11111111 | 10110101 | 10101110 | 0 | 11101 | 100000 | 0 | 101 | 1100100 | 1010100 |
Color Harmonies of #FFB5AE
Complementary color
Monochromatic Colors of #FFB5AE
Black with #FFB5AE
Text Example
Text Example
White with #FFB5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5AE; }
p { color: rgb(255,181,174); }
H1.HeaderClassName
{
color: #FFB5AE;
}
.AnyTagClassName
{
color: #FFB5AE;
}
</style>
background-color css
<style>
a { background-color: #FFB5AE; }
a { background-color: rgb(255,181,174); }
div.DivClassName
{
background-color: #FFB5AE;
}
.BgClassName
{
background-color: #FFB5AE;
}
</style>
border-color css
<style>
span { border-color: #FFB5AE; }
span { border-color: rgb(255,181,174); }
td.TdClassName
{
border-color: #FFB5AE;
}
.TagClassName
{
border-color: #FFB5AE;
}
</style>