Shades of Melon #FFB8B0
Tints of Melon #FFB8B0
RGB
CMYK
RGB Variations
Color information
#FFB8B0 (or 0xFFB8B0) is known color: Melon. HEX triplet: FF, B8 and B0. RGB value is (255,184,176). Sum of RGB (Red+Green+Blue) = 255+184+176=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB8B0 is #00474F. Grayscale: #CCCCCC. Windows color (decimal): -18256 or 11581695. OLE color: 11581695.
HSL color Cylindrical-coordinate representation of color #FFB8B0: hue angle of 6.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB8B0 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 176 | - |
| CMYK | 0 | 0.28 | 0.31 | 0 |
| HSL | 6.08º | 1% | 0.85% | - |
| HSV(B) | 6.08º | 0.31% | 1% | - |
| XYZ | 66.22 | 58.68 | 48.91 | - |
| YUV | 204.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 176 | 0 | 0.28 | 0.31 | 0 | 6.08 | 1 | 0.85 |
| Hex | FF | B8 | B0 | 0 | 1C | 1F | 0 | 6 | 64 | 55 |
| Octal | 377 | 270 | 260 | 0 | 34 | 37 | 0 | 6 | 144 | 125 |
| Binary | 11111111 | 10111000 | 10110000 | 0 | 11100 | 11111 | 0 | 110 | 1100100 | 1010101 |
Color Harmonies of #FFB8B0
Complementary color
Monochromatic Colors of #FFB8B0
Black with #FFB8B0
Text Example
Text Example
White with #FFB8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8B0; }
p { color: rgb(255,184,176); }
H1.HeaderClassName
{
color: #FFB8B0;
}
.AnyTagClassName
{
color: #FFB8B0;
}
</style>
background-color css
<style>
a { background-color: #FFB8B0; }
a { background-color: rgb(255,184,176); }
div.DivClassName
{
background-color: #FFB8B0;
}
.BgClassName
{
background-color: #FFB8B0;
}
</style>
border-color css
<style>
span { border-color: #FFB8B0; }
span { border-color: rgb(255,184,176); }
td.TdClassName
{
border-color: #FFB8B0;
}
.TagClassName
{
border-color: #FFB8B0;
}
</style>