Shades of Melon #FFB7AB
Tints of Melon #FFB7AB
RGB
CMYK
RGB Variations
Color information
#FFB7AB (or 0xFFB7AB) is known color: Melon. HEX triplet: FF, B7 and AB. RGB value is (255,183,171). Sum of RGB (Red+Green+Blue) = 255+183+171=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7AB is #004854. Grayscale: #CBCBCB. Windows color (decimal): -18517 or 11253759. OLE color: 11253759.
HSL color Cylindrical-coordinate representation of color #FFB7AB: hue angle of 8.57º 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 #FFB7AB is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 171 | - |
| CMYK | 0 | 0.28 | 0.33 | 0 |
| HSL | 8.57º | 1% | 0.84% | - |
| HSV(B) | 8.57º | 0.33% | 1% | - |
| XYZ | 65.52 | 58.07 | 46.28 | - |
| YUV | 203.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 171 | 0 | 0.28 | 0.33 | 0 | 8.57 | 1 | 0.84 |
| Hex | FF | B7 | AB | 0 | 1C | 21 | 0 | 9 | 64 | 54 |
| Octal | 377 | 267 | 253 | 0 | 34 | 41 | 0 | 11 | 144 | 124 |
| Binary | 11111111 | 10110111 | 10101011 | 0 | 11100 | 100001 | 0 | 1001 | 1100100 | 1010100 |
Color Harmonies of #FFB7AB
Complementary color
Monochromatic Colors of #FFB7AB
Black with #FFB7AB
Text Example
Text Example
White with #FFB7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7AB; }
p { color: rgb(255,183,171); }
H1.HeaderClassName
{
color: #FFB7AB;
}
.AnyTagClassName
{
color: #FFB7AB;
}
</style>
background-color css
<style>
a { background-color: #FFB7AB; }
a { background-color: rgb(255,183,171); }
div.DivClassName
{
background-color: #FFB7AB;
}
.BgClassName
{
background-color: #FFB7AB;
}
</style>
border-color css
<style>
span { border-color: #FFB7AB; }
span { border-color: rgb(255,183,171); }
td.TdClassName
{
border-color: #FFB7AB;
}
.TagClassName
{
border-color: #FFB7AB;
}
</style>