Shades of Melon #FFBFB0
Tints of Melon #FFBFB0
RGB
CMYK
RGB Variations
Color information
#FFBFB0 (or 0xFFBFB0) is known color: Melon. HEX triplet: FF, BF and B0. RGB value is (255,191,176). Sum of RGB (Red+Green+Blue) = 255+191+176=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFB0 is #00404F. Grayscale: #D0D0D0. Windows color (decimal): -16464 or 11583487. OLE color: 11583487.
HSL color Cylindrical-coordinate representation of color #FFBFB0: hue angle of 11.39º 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 #FFBFB0 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 176 | - |
| CMYK | 0 | 0.25 | 0.31 | 0 |
| HSL | 11.39º | 1% | 0.85% | - |
| HSV(B) | 11.39º | 0.31% | 1% | - |
| XYZ | 67.71 | 61.66 | 49.41 | - |
| YUV | 208.43 | 109.7 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 176 | 0 | 0.25 | 0.31 | 0 | 11.39 | 1 | 0.85 |
| Hex | FF | BF | B0 | 0 | 19 | 1F | 0 | B | 64 | 55 |
| Octal | 377 | 277 | 260 | 0 | 31 | 37 | 0 | 13 | 144 | 125 |
| Binary | 11111111 | 10111111 | 10110000 | 0 | 11001 | 11111 | 0 | 1011 | 1100100 | 1010101 |
Color Harmonies of #FFBFB0
Complementary color
Monochromatic Colors of #FFBFB0
Black with #FFBFB0
Text Example
Text Example
White with #FFBFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFB0; }
p { color: rgb(255,191,176); }
H1.HeaderClassName
{
color: #FFBFB0;
}
.AnyTagClassName
{
color: #FFBFB0;
}
</style>
background-color css
<style>
a { background-color: #FFBFB0; }
a { background-color: rgb(255,191,176); }
div.DivClassName
{
background-color: #FFBFB0;
}
.BgClassName
{
background-color: #FFBFB0;
}
</style>
border-color css
<style>
span { border-color: #FFBFB0; }
span { border-color: rgb(255,191,176); }
td.TdClassName
{
border-color: #FFBFB0;
}
.TagClassName
{
border-color: #FFBFB0;
}
</style>