Shades of Melon #FFB5AC
Tints of Melon #FFB5AC
RGB
CMYK
RGB Variations
Color information
#FFB5AC (or 0xFFB5AC) is known color: Melon. HEX triplet: FF, B5 and AC. RGB value is (255,181,172). Sum of RGB (Red+Green+Blue) = 255+181+172=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5AC is #004A53. Grayscale: #CACACA. Windows color (decimal): -19028 or 11318783. OLE color: 11318783.
HSL color Cylindrical-coordinate representation of color #FFB5AC: hue angle of 6.51º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFB5AC is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 172 | - |
| CMYK | 0 | 0.29 | 0.33 | 0 |
| HSL | 6.51º | 1% | 0.84% | - |
| HSV(B) | 6.51º | 0.33% | 1% | - |
| XYZ | 65.21 | 57.29 | 46.65 | - |
| YUV | 202.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 172 | 0 | 0.29 | 0.33 | 0 | 6.51 | 1 | 0.84 |
| Hex | FF | B5 | AC | 0 | 1D | 21 | 0 | 7 | 64 | 54 |
| Octal | 377 | 265 | 254 | 0 | 35 | 41 | 0 | 7 | 144 | 124 |
| Binary | 11111111 | 10110101 | 10101100 | 0 | 11101 | 100001 | 0 | 111 | 1100100 | 1010100 |
Color Harmonies of #FFB5AC
Complementary color
Monochromatic Colors of #FFB5AC
Black with #FFB5AC
Text Example
Text Example
White with #FFB5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5AC; }
p { color: rgb(255,181,172); }
H1.HeaderClassName
{
color: #FFB5AC;
}
.AnyTagClassName
{
color: #FFB5AC;
}
</style>
background-color css
<style>
a { background-color: #FFB5AC; }
a { background-color: rgb(255,181,172); }
div.DivClassName
{
background-color: #FFB5AC;
}
.BgClassName
{
background-color: #FFB5AC;
}
</style>
border-color css
<style>
span { border-color: #FFB5AC; }
span { border-color: rgb(255,181,172); }
td.TdClassName
{
border-color: #FFB5AC;
}
.TagClassName
{
border-color: #FFB5AC;
}
</style>