Shades of Melon #FFB5A7
Tints of Melon #FFB5A7
RGB
CMYK
RGB Variations
Color information
#FFB5A7 (or 0xFFB5A7) is known color: Melon. HEX triplet: FF, B5 and A7. RGB value is (255,181,167). Sum of RGB (Red+Green+Blue) = 255+181+167=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 167 (65.62% from 255 or 27.69% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5A7 is #004A58. Grayscale: #C9C9C9. Windows color (decimal): -19033 or 10991103. OLE color: 10991103.
HSL color Cylindrical-coordinate representation of color #FFB5A7: hue angle of 9.55º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFB5A7 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 167 | - |
| CMYK | 0 | 0.29 | 0.35 | 0 |
| HSL | 9.55º | 1% | 0.83% | - |
| HSV(B) | 9.55º | 0.35% | 1% | - |
| XYZ | 64.74 | 57.1 | 44.17 | - |
| YUV | 201.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 167 | 0 | 0.29 | 0.35 | 0 | 9.55 | 1 | 0.83 |
| Hex | FF | B5 | A7 | 0 | 1D | 23 | 0 | A | 64 | 53 |
| Octal | 377 | 265 | 247 | 0 | 35 | 43 | 0 | 12 | 144 | 123 |
| Binary | 11111111 | 10110101 | 10100111 | 0 | 11101 | 100011 | 0 | 1010 | 1100100 | 1010011 |
Color Harmonies of #FFB5A7
Complementary color
Monochromatic Colors of #FFB5A7
Black with #FFB5A7
Text Example
Text Example
White with #FFB5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5A7; }
p { color: rgb(255,181,167); }
H1.HeaderClassName
{
color: #FFB5A7;
}
.AnyTagClassName
{
color: #FFB5A7;
}
</style>
background-color css
<style>
a { background-color: #FFB5A7; }
a { background-color: rgb(255,181,167); }
div.DivClassName
{
background-color: #FFB5A7;
}
.BgClassName
{
background-color: #FFB5A7;
}
</style>
border-color css
<style>
span { border-color: #FFB5A7; }
span { border-color: rgb(255,181,167); }
td.TdClassName
{
border-color: #FFB5A7;
}
.TagClassName
{
border-color: #FFB5A7;
}
</style>