Shades of Melon #FBBBB1
Tints of Melon #FBBBB1
RGB
CMYK
RGB Variations
Color information
#FBBBB1 (or 0xFBBBB1) is known color: Melon. HEX triplet: FB, BB and B1. RGB value is (251,187,177). Sum of RGB (Red+Green+Blue) = 251+187+177=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBB1 is #04444E. Grayscale: #CDCDCD. Windows color (decimal): -279631 or 11647995. OLE color: 11647995.
HSL color Cylindrical-coordinate representation of color #FBBBB1: hue angle of 8.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBBBB1 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 177 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.02 |
| HSL | 8.11º | 0.9% | 0.84% | - |
| HSV(B) | 8.11º | 0.29% | 0.98% | - |
| XYZ | 65.49 | 59.22 | 49.57 | - |
| YUV | 205 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 177 | 0 | 0.25 | 0.29 | 0.02 | 8.11 | 0.9 | 0.84 |
| Hex | FB | BB | B1 | 0 | 19 | 1D | 2 | 8 | 5A | 54 |
| Octal | 373 | 273 | 261 | 0 | 31 | 35 | 2 | 10 | 132 | 124 |
| Binary | 11111011 | 10111011 | 10110001 | 0 | 11001 | 11101 | 10 | 1000 | 1011010 | 1010100 |
Color Harmonies of #FBBBB1
Complementary color
Monochromatic Colors of #FBBBB1
Black with #FBBBB1
Text Example
Text Example
White with #FBBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBB1; }
p { color: rgb(251,187,177); }
H1.HeaderClassName
{
color: #FBBBB1;
}
.AnyTagClassName
{
color: #FBBBB1;
}
</style>
background-color css
<style>
a { background-color: #FBBBB1; }
a { background-color: rgb(251,187,177); }
div.DivClassName
{
background-color: #FBBBB1;
}
.BgClassName
{
background-color: #FBBBB1;
}
</style>
border-color css
<style>
span { border-color: #FBBBB1; }
span { border-color: rgb(251,187,177); }
td.TdClassName
{
border-color: #FBBBB1;
}
.TagClassName
{
border-color: #FBBBB1;
}
</style>