Shades of Melon #FBBCB2
Tints of Melon #FBBCB2
RGB
CMYK
RGB Variations
Color information
#FBBCB2 (or 0xFBBCB2) is known color: Melon. HEX triplet: FB, BC and B2. RGB value is (251,188,178). Sum of RGB (Red+Green+Blue) = 251+188+178=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBCB2 is #04434D. Grayscale: #CDCDCD. Windows color (decimal): -279374 or 11713787. OLE color: 11713787.
HSL color Cylindrical-coordinate representation of color #FBBCB2: hue angle of 8.22º 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 #FBBCB2 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 178 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.02 |
| HSL | 8.22º | 0.9% | 0.84% | - |
| HSV(B) | 8.22º | 0.29% | 0.98% | - |
| XYZ | 65.8 | 59.69 | 50.17 | - |
| YUV | 205.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 178 | 0 | 0.25 | 0.29 | 0.02 | 8.22 | 0.9 | 0.84 |
| Hex | FB | BC | B2 | 0 | 19 | 1D | 2 | 8 | 5A | 54 |
| Octal | 373 | 274 | 262 | 0 | 31 | 35 | 2 | 10 | 132 | 124 |
| Binary | 11111011 | 10111100 | 10110010 | 0 | 11001 | 11101 | 10 | 1000 | 1011010 | 1010100 |
Color Harmonies of #FBBCB2
Complementary color
Monochromatic Colors of #FBBCB2
Black with #FBBCB2
Text Example
Text Example
White with #FBBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCB2; }
p { color: rgb(251,188,178); }
H1.HeaderClassName
{
color: #FBBCB2;
}
.AnyTagClassName
{
color: #FBBCB2;
}
</style>
background-color css
<style>
a { background-color: #FBBCB2; }
a { background-color: rgb(251,188,178); }
div.DivClassName
{
background-color: #FBBCB2;
}
.BgClassName
{
background-color: #FBBCB2;
}
</style>
border-color css
<style>
span { border-color: #FBBCB2; }
span { border-color: rgb(251,188,178); }
td.TdClassName
{
border-color: #FBBCB2;
}
.TagClassName
{
border-color: #FBBCB2;
}
</style>