Shades of Melon #FFBFB3
Tints of Melon #FFBFB3
RGB
CMYK
RGB Variations
Color information
#FFBFB3 (or 0xFFBFB3) is known color: Melon. HEX triplet: FF, BF and B3. RGB value is (255,191,179). Sum of RGB (Red+Green+Blue) = 255+191+179=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFB3 is #00404C. Grayscale: #D0D0D0. Windows color (decimal): -16461 or 11780095. OLE color: 11780095.
HSL color Cylindrical-coordinate representation of color #FFBFB3: hue angle of 9.47º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFBFB3 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 179 | - |
| CMYK | 0 | 0.25 | 0.30 | 0 |
| HSL | 9.47º | 1% | 0.85% | - |
| HSV(B) | 9.47º | 0.3% | 1% | - |
| XYZ | 68.01 | 61.78 | 50.99 | - |
| YUV | 208.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 179 | 0 | 0.25 | 0.30 | 0 | 9.47 | 1 | 0.85 |
| Hex | FF | BF | B3 | 0 | 19 | 1E | 0 | 9 | 64 | 55 |
| Octal | 377 | 277 | 263 | 0 | 31 | 36 | 0 | 11 | 144 | 125 |
| Binary | 11111111 | 10111111 | 10110011 | 0 | 11001 | 11110 | 0 | 1001 | 1100100 | 1010101 |
Color Harmonies of #FFBFB3
Complementary color
Monochromatic Colors of #FFBFB3
Black with #FFBFB3
Text Example
Text Example
White with #FFBFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFB3; }
p { color: rgb(255,191,179); }
H1.HeaderClassName
{
color: #FFBFB3;
}
.AnyTagClassName
{
color: #FFBFB3;
}
</style>
background-color css
<style>
a { background-color: #FFBFB3; }
a { background-color: rgb(255,191,179); }
div.DivClassName
{
background-color: #FFBFB3;
}
.BgClassName
{
background-color: #FFBFB3;
}
</style>
border-color css
<style>
span { border-color: #FFBFB3; }
span { border-color: rgb(255,191,179); }
td.TdClassName
{
border-color: #FFBFB3;
}
.TagClassName
{
border-color: #FFBFB3;
}
</style>