Shades of Melon #FFB5AB
Tints of Melon #FFB5AB
RGB
CMYK
RGB Variations
Color information
#FFB5AB (or 0xFFB5AB) is known color: Melon. HEX triplet: FF, B5 and AB. RGB value is (255,181,171). Sum of RGB (Red+Green+Blue) = 255+181+171=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5AB is #004A54. Grayscale: #CACACA. Windows color (decimal): -19029 or 11253247. OLE color: 11253247.
HSL color Cylindrical-coordinate representation of color #FFB5AB: hue angle of 7.14º 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 #FFB5AB is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 171 | - |
| CMYK | 0 | 0.29 | 0.33 | 0 |
| HSL | 7.14º | 1% | 0.84% | - |
| HSV(B) | 7.14º | 0.33% | 1% | - |
| XYZ | 65.11 | 57.25 | 46.15 | - |
| YUV | 201.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 171 | 0 | 0.29 | 0.33 | 0 | 7.14 | 1 | 0.84 |
| Hex | FF | B5 | AB | 0 | 1D | 21 | 0 | 7 | 64 | 54 |
| Octal | 377 | 265 | 253 | 0 | 35 | 41 | 0 | 7 | 144 | 124 |
| Binary | 11111111 | 10110101 | 10101011 | 0 | 11101 | 100001 | 0 | 111 | 1100100 | 1010100 |
Color Harmonies of #FFB5AB
Complementary color
Monochromatic Colors of #FFB5AB
Black with #FFB5AB
Text Example
Text Example
White with #FFB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5AB; }
p { color: rgb(255,181,171); }
H1.HeaderClassName
{
color: #FFB5AB;
}
.AnyTagClassName
{
color: #FFB5AB;
}
</style>
background-color css
<style>
a { background-color: #FFB5AB; }
a { background-color: rgb(255,181,171); }
div.DivClassName
{
background-color: #FFB5AB;
}
.BgClassName
{
background-color: #FFB5AB;
}
</style>
border-color css
<style>
span { border-color: #FFB5AB; }
span { border-color: rgb(255,181,171); }
td.TdClassName
{
border-color: #FFB5AB;
}
.TagClassName
{
border-color: #FFB5AB;
}
</style>