Shades of Melon #FBC0B2
Tints of Melon #FBC0B2
RGB
CMYK
RGB Variations
Color information
#FBC0B2 (or 0xFBC0B2) is known color: Melon. HEX triplet: FB, C0 and B2. RGB value is (251,192,178). Sum of RGB (Red+Green+Blue) = 251+192+178=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0B2 is #043F4D. Grayscale: #D0D0D0. Windows color (decimal): -278350 or 11714811. OLE color: 11714811.
HSL color Cylindrical-coordinate representation of color #FBC0B2: hue angle of 11.51º 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 #FBC0B2 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 178 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.02 |
| HSL | 11.51º | 0.9% | 0.84% | - |
| HSV(B) | 11.51º | 0.29% | 0.98% | - |
| XYZ | 66.67 | 61.42 | 50.46 | - |
| YUV | 208.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 178 | 0 | 0.24 | 0.29 | 0.02 | 11.51 | 0.9 | 0.84 |
| Hex | FB | C0 | B2 | 0 | 18 | 1D | 2 | C | 5A | 54 |
| Octal | 373 | 300 | 262 | 0 | 30 | 35 | 2 | 14 | 132 | 124 |
| Binary | 11111011 | 11000000 | 10110010 | 0 | 11000 | 11101 | 10 | 1100 | 1011010 | 1010100 |
Color Harmonies of #FBC0B2
Complementary color
Monochromatic Colors of #FBC0B2
Black with #FBC0B2
Text Example
Text Example
White with #FBC0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0B2; }
p { color: rgb(251,192,178); }
H1.HeaderClassName
{
color: #FBC0B2;
}
.AnyTagClassName
{
color: #FBC0B2;
}
</style>
background-color css
<style>
a { background-color: #FBC0B2; }
a { background-color: rgb(251,192,178); }
div.DivClassName
{
background-color: #FBC0B2;
}
.BgClassName
{
background-color: #FBC0B2;
}
</style>
border-color css
<style>
span { border-color: #FBC0B2; }
span { border-color: rgb(251,192,178); }
td.TdClassName
{
border-color: #FBC0B2;
}
.TagClassName
{
border-color: #FBC0B2;
}
</style>