Shades of Melon #FBBCB6
Tints of Melon #FBBCB6
RGB
CMYK
RGB Variations
Color information
#FBBCB6 (or 0xFBBCB6) is known color: Melon. HEX triplet: FB, BC and B6. RGB value is (251,188,182). Sum of RGB (Red+Green+Blue) = 251+188+182=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCB6 is #044349. Grayscale: #CECECE. Windows color (decimal): -279370 or 11975931. OLE color: 11975931.
HSL color Cylindrical-coordinate representation of color #FBBCB6: hue angle of 5.22º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBBCB6 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 182 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.02 |
| HSL | 5.22º | 0.9% | 0.85% | - |
| HSV(B) | 5.22º | 0.27% | 0.98% | - |
| XYZ | 66.21 | 59.85 | 52.32 | - |
| YUV | 206.15 | 114.37 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 182 | 0 | 0.25 | 0.27 | 0.02 | 5.22 | 0.9 | 0.85 |
| Hex | FB | BC | B6 | 0 | 19 | 1B | 2 | 5 | 5A | 55 |
| Octal | 373 | 274 | 266 | 0 | 31 | 33 | 2 | 5 | 132 | 125 |
| Binary | 11111011 | 10111100 | 10110110 | 0 | 11001 | 11011 | 10 | 101 | 1011010 | 1010101 |
Color Harmonies of #FBBCB6
Complementary color
Monochromatic Colors of #FBBCB6
Black with #FBBCB6
Text Example
Text Example
White with #FBBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCB6; }
p { color: rgb(251,188,182); }
H1.HeaderClassName
{
color: #FBBCB6;
}
.AnyTagClassName
{
color: #FBBCB6;
}
</style>
background-color css
<style>
a { background-color: #FBBCB6; }
a { background-color: rgb(251,188,182); }
div.DivClassName
{
background-color: #FBBCB6;
}
.BgClassName
{
background-color: #FBBCB6;
}
</style>
border-color css
<style>
span { border-color: #FBBCB6; }
span { border-color: rgb(251,188,182); }
td.TdClassName
{
border-color: #FBBCB6;
}
.TagClassName
{
border-color: #FBBCB6;
}
</style>