Shades of Melon #FBBCB0
Tints of Melon #FBBCB0
RGB
CMYK
RGB Variations
Color information
#FBBCB0 (or 0xFBBCB0) is known color: Melon. HEX triplet: FB, BC and B0. RGB value is (251,188,176). Sum of RGB (Red+Green+Blue) = 251+188+176=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBCB0 is #04434F. Grayscale: #CDCDCD. Windows color (decimal): -279376 or 11582715. OLE color: 11582715.
HSL color Cylindrical-coordinate representation of color #FBBCB0: hue angle of 9.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBBCB0 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 176 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.02 |
| HSL | 9.6º | 0.9% | 0.84% | - |
| HSV(B) | 9.6º | 0.3% | 0.98% | - |
| XYZ | 65.6 | 59.61 | 49.12 | - |
| YUV | 205.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 176 | 0 | 0.25 | 0.30 | 0.02 | 9.6 | 0.9 | 0.84 |
| Hex | FB | BC | B0 | 0 | 19 | 1E | 2 | A | 5A | 54 |
| Octal | 373 | 274 | 260 | 0 | 31 | 36 | 2 | 12 | 132 | 124 |
| Binary | 11111011 | 10111100 | 10110000 | 0 | 11001 | 11110 | 10 | 1010 | 1011010 | 1010100 |
Color Harmonies of #FBBCB0
Complementary color
Monochromatic Colors of #FBBCB0
Black with #FBBCB0
Text Example
Text Example
White with #FBBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCB0; }
p { color: rgb(251,188,176); }
H1.HeaderClassName
{
color: #FBBCB0;
}
.AnyTagClassName
{
color: #FBBCB0;
}
</style>
background-color css
<style>
a { background-color: #FBBCB0; }
a { background-color: rgb(251,188,176); }
div.DivClassName
{
background-color: #FBBCB0;
}
.BgClassName
{
background-color: #FBBCB0;
}
</style>
border-color css
<style>
span { border-color: #FBBCB0; }
span { border-color: rgb(251,188,176); }
td.TdClassName
{
border-color: #FBBCB0;
}
.TagClassName
{
border-color: #FBBCB0;
}
</style>